]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(split invocation): Add -d or --numeric-suffixes option to 'split'.
authorJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 09:50:52 +0000 (09:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Aug 2003 09:50:52 +0000 (09:50 +0000)
doc/coreutils.texi

index 02985304b9aebec8200fe12b90f9cd9efa9766e4..913c7b43934e05d3f1cab0a06620b39fca9bf3dd 100644 (file)
@@ -2317,8 +2317,9 @@ left over for the last section), into each output file.
 
 @cindex output file name prefix
 The output files' names consist of @var{prefix} (@samp{x} by default)
-followed by a group of letters (@samp{aa}, @samp{ab}, @dots{} by default),
-such that concatenating the output files in sorted order by file name produces
+followed by a group of characters (@samp{aa}, @samp{ab}, @dots{} by
+default), such that concatenating the output files in traditional
+sorted order by file name produces
 the original input file.  If the output file names are exhausted,
 @command{split} reports an error without deleting the output files
 that it did create.
@@ -2363,6 +2364,12 @@ less than @var{bytes} bytes of the line are left, then continue
 normally.  @var{bytes} has the same format as for the @option{--bytes}
 option.
 
+@item -d
+@itemx --numeric-suffixes
+@opindex -d
+@opindex --numeric-suffixes
+Use digits in suffixes rather than lower-case letters.
+
 @itemx --verbose
 @opindex --verbose
 Write a diagnostic to standard error just before each output file is opened.