slackbuilds/system/rename.pl
B. Watson 27967f8d16
system/rename.pl: Added (rename multiple files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-17 09:03:24 +07:00
..
README
rename.pl.SlackBuild
rename.pl.info
slack-desc

README

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.