summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-01-08 13:04:03 +0000
committerPádraig Brady <P@draigBrady.com>2016-01-13 10:59:56 +0000
commita499a0ce583a8d941e50c4da450133e694994d17 (patch)
treeb6700e72ac92627c8308728ba883c2f78f5f9fe0 /doc
parentbc94551f63cfc4c05a56628dfcb386707d9e98cb (diff)
downloadcoreutils-a499a0ce583a8d941e50c4da450133e694994d17.tar.xz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index a7a89ad98..dcf28c5f9 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -5902,6 +5902,8 @@ In other words, do @emph{not} print the bytes, characters or fields
specified via those options. This option is useful when you have
many fields and want to print all but a few of them.
+@optZeroTerminated
+
@end table
@exitstatus