From a499a0ce583a8d941e50c4da450133e694994d17 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Fri, 8 Jan 2016 13:04:03 +0000 Subject: 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. --- doc/coreutils.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3-54-g00ecf