diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-07 07:08:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-07 07:08:39 +0000 |
commit | bd5a2dc9e16ea7e6a6d32cefe1f17198338535f5 (patch) | |
tree | df3110f93cedcb6ce2769c3a455cdc021fb06385 /doc | |
parent | 95ed06eb099d3175758b70189dccf9588cecd0a8 (diff) | |
download | coreutils-bd5a2dc9e16ea7e6a6d32cefe1f17198338535f5.tar.xz |
(cut invocation): Note that when using -f, lines with no delimiters are
also printed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/textutils.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index 28fc9e8a7..e676fbdd1 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} |