From: Jim Meyering Date: Thu, 7 Sep 2000 07:08:39 +0000 (+0000) Subject: (cut invocation): Note that when using -f, lines with no delimiters are X-Git-Tag: FILEUTILS-4_0z~25 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bd5a2dc9e16ea7e6a6d32cefe1f17198338535f5;p=thirdparty%2Fcoreutils.git (cut invocation): Note that when using -f, lines with no delimiters are also printed. --- diff --git a/doc/textutils.texi b/doc/textutils.texi index 28fc9e8a78..e676fbdd19 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -3165,6 +3165,8 @@ take up 1 character. @opindex --fields Print only the fields listed in @var{field-list}. Fields are separated by a TAB character by default. +Also print any line that contains no delimiter character, unless +the @samp{--only-delimited} (@samp{-s}) option is specified @item -d @var{input_delim_byte} @itemx --delimiter=@var{input_delim_byte}