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
cassie. 2005-02-17 08:31pm - No Email - Logged IP: 24.185.35.77
why are my pictures on your website?
and how do i get it to stop?
i dont appreciate it at all.
All content licensed under the Creative Commons License