mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(cut invocation): Describe --output-delimiter.
This commit is contained in:
@@ -3044,12 +3044,12 @@ take up 1 character.
|
|||||||
Print only the fields listed in @var{field-list}. Fields are
|
Print only the fields listed in @var{field-list}. Fields are
|
||||||
separated by a @key{TAB} by default.
|
separated by a @key{TAB} by default.
|
||||||
|
|
||||||
@item -d @var{delim}
|
@item -d @var{input_delim_byte}
|
||||||
@itemx --delimiter=@var{delim}
|
@itemx --delimiter=@var{input_delim_byte}
|
||||||
@opindex -d
|
@opindex -d
|
||||||
@opindex --delimiter
|
@opindex --delimiter
|
||||||
For @samp{-f}, fields are separated by the first character in @var{delim}
|
For @samp{-f}, fields are separated in the input by the first character
|
||||||
(default is @key{TAB}).
|
in @var{input_delim_byte} (default is @key{TAB}).
|
||||||
|
|
||||||
@item -n
|
@item -n
|
||||||
@opindex -n
|
@opindex -n
|
||||||
@@ -3062,6 +3062,12 @@ Do not split multi-byte characters (no-op for now).
|
|||||||
For @samp{-f}, do not print lines that do not contain the field separator
|
For @samp{-f}, do not print lines that do not contain the field separator
|
||||||
character.
|
character.
|
||||||
|
|
||||||
|
@itemx --output-delimiter=@var{output_delim_string}
|
||||||
|
@opindex --output-delimiter
|
||||||
|
For @samp{-f}, output fields are separated by @var{output_delim_string}
|
||||||
|
The default is to use the input delimiter.
|
||||||
|
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user