On Mon, Oct 01, 2001 at 01:51:19PM +0200, Peter Wullinger wrote:
>
> find . -type d -maxdepth 1 -print -exec mv {} `echo {} | tr [A-Z] [a-z]`
> \;
This does not work either, since it rename directories while still processing
it... And it renames only dirs ;-)Try your old script and setup IFS to newline Sorry, I don't know any more how to do this, it is either IFS="\ " or IFS="\n"; Peter
PGP signature
