summaryrefslogtreecommitdiff
path: root/perl/perl-rename/README
diff options
context:
space:
mode:
authorAzure Zanculmarktum <zanculmarktum@gmail.com>2017-04-25 22:40:26 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-25 22:40:26 +0700
commit17d72450be73f0b232f190e27b7b42db1280035f (patch)
tree608195ff98bbbb4c3052f288450df3436493f80a /perl/perl-rename/README
parentb891499a57049b639fc1374a086dba82b7f84b28 (diff)
downloadslackbuilds-17d72450be73f0b232f190e27b7b42db1280035f.tar.gz
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/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-rename/README b/perl/perl-rename/README
new file mode 100644
index 0000000000..bb6abddd47
--- /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.