|
From: Christoph G. <cg...@gm...> - 2005-06-28 09:34:19
|
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" org@fr33z3
|