summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2016-01-08 13:55:12 -0500
committerPádraig Brady <P@draigBrady.com>2016-01-13 11:11:36 +0000
commit672663e1b0afd68a10d991527fd5021c40c99acc (patch)
treee5ca8c84fbb1b863ab1ae5f9692e7da63e6a0585 /NEWS
parent8297568ec60103d95a56cf142d534f215086fe2b (diff)
downloadcoreutils-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--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9f48415de..1c214d520 100644
--- a/NEWS
+++ b/NEWS
@@ -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.