]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cut: add the -z,--zero-terminated option
authorPádraig Brady <P@draigBrady.com>
Fri, 8 Jan 2016 13:04:03 +0000 (13:04 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 13 Jan 2016 10:59:56 +0000 (10:59 +0000)
commita499a0ce583a8d941e50c4da450133e694994d17
treeb6700e72ac92627c8308728ba883c2f78f5f9fe0
parentbc94551f63cfc4c05a56628dfcb386707d9e98cb
cut: add the -z,--zero-terminated option

* doc/coreutils.texi (cut invocation): Reference the description.
* src/cut.c: Parameterize '\n' references.
* tests/misc/cut.pl: Add tests for character and field processing.
* NEWS: Mention the new feature.
NEWS
doc/coreutils.texi
src/cut.c
tests/misc/cut.pl