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' {} \;
Leave A Reply
- 1 Reply
Replies
February 17th 2005 - cassie.
why are my pictures on your website? and how do i get it to stop? i dont appreciate it at all.