From ed21c47aa1cb606f81aede05343b0d44d2a75ac7 Mon Sep 17 00:00:00 2001 From: Aner Perez Date: Thu, 14 Sep 2017 11:30:53 -0400 Subject: [PATCH] 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. --- misc-utils/rename.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2