From: Aner Perez Date: Thu, 14 Sep 2017 15:30:53 +0000 (-0400) Subject: Example for renaming foo? does not work as described X-Git-Tag: v2.31-rc1~70^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed21c47aa1cb606f81aede05343b0d44d2a75ac7;p=thirdparty%2Futil-linux.git Example for renaming foo? does not work as described Command for renaming foo? should add 2 zeros to make all the file names have 3 digits as described in the example results. --- diff --git a/misc-utils/rename.1 b/misc-utils/rename.1 index b9ebe13905..e0977bc5cc 100644 --- a/misc-utils/rename.1 +++ b/misc-utils/rename.1 @@ -40,7 +40,7 @@ the commands .RS .PP .nf -rename foo foo0 foo? +rename foo foo00 foo? rename foo foo0 foo?? .fi .PP