diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-01-08 15:14:01 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-13 10:59:56 +0000 |
commit | f3b4def577c4eee22f83b72d1310aa1d9155908d (patch) | |
tree | 8347150d38fc5230f76c5a2a074454c9e2ffb2b3 /NEWS | |
parent | 826c98b02486dd9dbbab3d2381d5f778af42dd7a (diff) | |
download | coreutils-f3b4def577c4eee22f83b72d1310aa1d9155908d.tar.xz |
comm: add the -z,--zero-terminated option
* doc/coreutils.texi (comm invocation): Reference option description.
* src/comm.c (main): Use readlinebuffer_delim() to support
a parameterized delimiter.
* tests/misc/comm.pl: Add test cases.
* 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 - cut, head, tail now have the -z,--zero-terminated option, and + comm, cut, head, 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. |