On Fri, 24 Jul 1998 11:09:41 -0700 (PDT), Eric House wrote: >Why not, in bash:
>for f in $(ls); do >oldName=$f >newName=$(echo $oldName | tr [A-Z] [a-z]) >mv -i $oldName $newName >done [EMAIL PROTECTED]:/home/morpheus/t}ls -la total 4 drwxr-xr-x 2 morpheus users 1024 Jul 24 11:22 . drwxr-xr-x 33 morpheus users 3072 Jul 24 08:30 .. -rw-rw-r-- 1 morpheus users 0 Jul 24 11:22 Blah.Blah -rw-rw-r-- 1 morpheus users 0 Jul 24 11:22 blah.blah That's why. ;) -- Steve C. Lamb | Opinions expressed by me are not my http://www.calweb.com/~morpheus | employer's. They hired me for my ICQ: 5107343 | skills and labor, not my opinions! ---------------------------------------+------------------------------------- -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null