blob: 119b57a21c96acb0cff0b3d2adc892c8e946ead0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
rename.pl (rename multiple files, perl style)
Rename.pl renames the filenames supplied according to the rule
specified as the first argument. The argument is a Perl expression
which is expected to modify the $_ string for at least some of the
filenames specified.
This replaces the system/perl-rename that was formerly available.
See also: system/rename (Python version), system/mmv.
|