Andrew Elcock wrote:
> find ./ name *.eapp -execdir rename eapp eap {} /;

What kind of shell/findutils are beeing used here?
For me (bash-3.0, findutils-4.1.20), this needs to be:

$ find ./ -name *.eapp -exec rename eapp eap \{\} \;
          ^             ^^^^                 ^^^^^^^
Christoph
-- 
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to