]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: cut: mention the default -O used with -w
authorPádraig Brady <P@draigBrady.com>
Fri, 27 Mar 2026 15:52:14 +0000 (15:52 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 5 Apr 2026 12:15:56 +0000 (13:15 +0100)
* doc/coreutils.texi (cut invocation): Mention the default
--output-delimiter is a TAB when matching runs of blanks in the input.

doc/coreutils.texi

index 4aed049dd3d7444d68f07470c97b25a9b24fbe3a..025cfa823fc970ac5b5b2491392b3bc874022da0 100644 (file)
@@ -6223,7 +6223,8 @@ for it to be selected.
 @optItem{cut,-O,@w{ }@var{string}}
 @optItemx{cut,--output-delimiter,=@var{string}}
 With @option{-f}, output fields are separated by @var{string}.
-The default with @option{-f} is to use the input delimiter.
+The default with @option{-f} is to use the input delimiter,
+or with @option{-w} the TAB character.
 When using @option{-b} or @option{-c} to select ranges of byte or
 character offsets (as opposed to ranges of fields),
 output @var{output_delim_string} between non-overlapping