diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2017-04-25 22:40:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-25 22:40:26 +0700 |
commit | 17d72450be73f0b232f190e27b7b42db1280035f (patch) | |
tree | 608195ff98bbbb4c3052f288450df3436493f80a /perl/perl-rename/README | |
parent | b891499a57049b639fc1374a086dba82b7f84b28 (diff) |
perl/perl-rename: Added (renames multiple files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-rename/README')
-rw-r--r-- | perl/perl-rename/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-rename/README b/perl/perl-rename/README new file mode 100644 index 0000000000000..bb6abddd47fc9 --- /dev/null +++ b/perl/perl-rename/README @@ -0,0 +1,6 @@ +rename 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 cat string for at least some of the filenames specified. +If a given filename is not modified by the expression, it will not be +renamed. If no filenames are given on the command line, filenames will +be read via standard input. |