Rename files to lowercase

This is some pretty cool shell/perl scripting to rename all the files in the current directory to their lowercase equivalent. Very cool, and very easy!

find . -type f -exec perl -e 'rename($_, lc) || warn "$_: $!\n" for @ARGV' {} \;


Note: Replies will be formatted with PHP Markdown Extra syntax.

Name: Email (Not Required):
 
Logged IP: 34.201.173.244
To prevent spam please submit by clicking the kitten: