diff options
author | Jérémy Compostella <jeremy.compostella@gmail.com> | 2012-03-01 20:37:41 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-10 19:36:13 +0000 |
commit | 7480e2db2935663b9c0c4d66418ce2801005792d (patch) | |
tree | 985c1f7989746dbc0ad21ef8b1cee876747f6f39 /NEWS | |
parent | 94c21417fe88d5e8944da5c686b381b2e9e9a028 (diff) | |
download | coreutils-7480e2db2935663b9c0c4d66418ce2801005792d.tar.xz |
split: support an arbitrary number of split files by default
* src/split.c (next_file_name): If `suffix_auto' is true and the first
suffix character is 'z', generate a new file file name adding `z' to
the prefix and increasing the suffix length by one.
(set_suffix_length): Disable auto suffix width in various cases.
* tests/split/suffix-auto-length: Test it.
* doc/coreutils.texi (split invocation): Mention it.
* NEWS (Improvements): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ GNU coreutils NEWS -*- outline -*- systems for which getfilecon-, ACL-check- and XATTR-check-induced syscalls fail with ENOTSUP or similar. + split now supports an unlimited number of split files as default behavior. + * Noteworthy changes in release 8.15 (2012-01-06) [stable] |