]> git.ipfire.org Git - thirdparty/coreutils.git/commit
comm: add the -z,--zero-terminated option
authorPádraig Brady <P@draigBrady.com>
Fri, 8 Jan 2016 15:14:01 +0000 (15:14 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 13 Jan 2016 10:59:56 +0000 (10:59 +0000)
commitf3b4def577c4eee22f83b72d1310aa1d9155908d
tree8347150d38fc5230f76c5a2a074454c9e2ffb2b3
parent826c98b02486dd9dbbab3d2381d5f778af42dd7a
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.
NEWS
doc/coreutils.texi
src/comm.c
tests/misc/comm.pl