]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Example for renaming foo? does not work as described
authorAner Perez <aner@mi-bohio.net>
Thu, 14 Sep 2017 15:30:53 +0000 (11:30 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 15:30:53 +0000 (11:30 -0400)
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

index b9ebe13905b894527c90be5f93c1ab9752d016c3..e0977bc5cc18eddc69dcc4ca2e8790986072d5a1 100644 (file)
@@ -40,7 +40,7 @@ the commands
 .RS
 .PP
 .nf
-rename foo foo0 foo?
+rename foo foo00 foo?
 rename foo foo0 foo??
 .fi
 .PP