Using Perl ‘rename’ to convert filenames to lower case
I try to use Perl’s rename
utility to rename files to lower case. I tried two different solutions, one from perldoc rename
and another from Perl Cookbook:
I try to use Perl’s rename
utility to rename files to lower case. I tried two different solutions, one from perldoc rename
and another from Perl Cookbook: