[Novalug] how to change file names for CAPITALS to lower case

Michael Stone mstone@mathom.us
Wed Feb 14 20:49:58 EST 2007


On Wed, Feb 14, 2007 at 05:37:18PM -0500, Nino Pereira wrote:
>I have a directory with lots of files, with file names
>in capitals. I want to change all the file names
>to lower case.

If you have a nifty program called "rename" on your system you can do 
this:
rename 'y/A-Z/a-z/' *

Mike stone



More information about the Novalug mailing list