find . -type f -exec perl -e 'rename($_, lc) || warn "$_: $!\n" for @ARGV' {} \;
Saturday, October 13, 2007
Perl : making all filenames lowercase
Renaming all files in a directory to lowercase names in a directory recursively.
Subscribe to:
Posts (Atom)