Re: find -execdir + sed problem
On Thu, Jan 08, 2009 at 12:03:38 +0200, Micha Feigin (michf@post.tau.ac.il) wrote: 
> find . -type f -exec echo `echo '{}' | tr "[:upper:]" "[:lower:]"` \;
> 
> also fails to convert the file to lower case for some reason (same problem,
> doesn't change the case, as if it doesn't see the characters).
find . -type f | xargs rename y/A-Z/a-z/
-- 
Bob Cox.  Stoke Gifford, near Bristol, UK.
Please reply to the list only.  Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/
Reply to: