summaryrefslogtreecommitdiffstats
path: root/perl/perl-rename/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-rename/README')
-rw-r--r--perl/perl-rename/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl/perl-rename/README b/perl/perl-rename/README
deleted file mode 100644
index bb6abddd47..0000000000
--- a/perl/perl-rename/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.