diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2016-01-08 13:55:12 -0500 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-13 11:11:36 +0000 |
commit | 672663e1b0afd68a10d991527fd5021c40c99acc (patch) | |
tree | e5ca8c84fbb1b863ab1ae5f9692e7da63e6a0585 /NEWS | |
parent | 8297568ec60103d95a56cf142d534f215086fe2b (diff) | |
download | coreutils-672663e1b0afd68a10d991527fd5021c40c99acc.tar.xz |
numfmt: add the -z,--zero-terminated option
* doc/coreutils.texi (numfmt invocation): Reference the description.
* src/numfmt.c: Parameterize '\n' references.
* tests/misc/numfmt.pl: Add tests for character and field processing.
* NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ GNU coreutils NEWS -*- outline -*- ** New features - comm, cut, head, paste, tail now have the -z,--zero-terminated option, and + comm,cut,head,numfmt,paste,tail now have the -z,--zero-terminated option, and tac --separator accepts an empty argument, to work with NUL delimited items. dd now summarizes sizes in --human-readable format too, not just --si. |