paste: add the -z,--zero-terminated option
commit8297568ec60103d95a56cf142d534f215086fe2b
authorPádraig Brady <P@draigBrady.com>
Fri, 8 Jan 2016 15:57:06 +0000 (8 15:57 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 13 Jan 2016 10:59:56 +0000 (13 10:59 +0000)
tree0bf21e532d6be6d2e7989a2872b5c24a3a0bd5b0
parent0e46753d7c9519d7378cd3a4e0951a36ac32ffe7
paste: add the -z,--zero-terminated option

* doc/coreutils.texi (paste invocation): Reference -z description.
* src/paste.c (main): Parameterize the use of '\n'.
* tests/misc/paste.pl: Add test cases.
* NEWS: Mention the new feature.
NEWS
doc/coreutils.texi
src/paste.c
tests/misc/paste.pl