diff options
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 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. |