use strict; use File::Find; $path = '.'; find(\&pattern, $path); sub pattern { print "$_\n"; rename($_, lc($_)); }
Any help would be appreciated,
Scott
Edit: g0n - code tags
In reply to rename subdirectories by shness
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |