diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-06 15:06:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 09:03:24 +0700 |
commit | 27967f8d16c541ba1ccacafeb78b1fd1a71c9ed3 (patch) | |
tree | e3530423b9a76e37ec0c31e845e561a20bdfc9f6 /system/rename.pl/slack-desc | |
parent | 27800b2e544ca62c177e3335e86b1dcc55a8e8ab (diff) |
system/rename.pl: Added (rename multiple files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rename.pl/slack-desc')
-rw-r--r-- | system/rename.pl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/rename.pl/slack-desc b/system/rename.pl/slack-desc new file mode 100644 index 0000000000000..9ed163d1646f4 --- /dev/null +++ b/system/rename.pl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rename.pl: rename.pl (rename multiple files, perl style) +rename.pl: +rename.pl: Rename.pl renames the filenames supplied according to the rule +rename.pl: specified as the first argument. The argument is a Perl expression +rename.pl: which is expected to modify the $_ string for at least some of the +rename.pl: filenames specified. +rename.pl: +rename.pl: +rename.pl: +rename.pl: +rename.pl: |