mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-06 07:06:38 -04:00
doc: cut: reorder -s in texi
Keep in alphabetical order.
This commit is contained in:
+5
-5
@@ -6220,11 +6220,6 @@ With @option{--bytes}, do not split multi-byte characters.
|
||||
A byte range must encompass the end of a multi-byte character
|
||||
for it to be selected.
|
||||
|
||||
@optItem{cut,-s,}
|
||||
@optItemx{cut,--only-delimited,}
|
||||
For @option{-f}, do not print lines that do not contain the field separator
|
||||
character. Normally, any line without a field separator is printed verbatim.
|
||||
|
||||
@optItem{cut,-O,@w{ }@var{string}}
|
||||
@optItemx{cut,--output-delimiter,=@var{string}}
|
||||
With @option{-f}, output fields are separated by @var{string}.
|
||||
@@ -6234,6 +6229,11 @@ character offsets (as opposed to ranges of fields),
|
||||
output @var{output_delim_string} between non-overlapping
|
||||
ranges of selected bytes.
|
||||
|
||||
@optItem{cut,-s,}
|
||||
@optItemx{cut,--only-delimited,}
|
||||
For @option{-f}, do not print lines that do not contain the field separator
|
||||
character. Normally, any line without a field separator is printed verbatim.
|
||||
|
||||
@optItem{cut,-w,}
|
||||
@optItemx{cut,--whitespace-delimited,[=trimmed]}
|
||||
With @option{-f}, separate fields with a run of blank characters
|
||||
|
||||
Reference in New Issue
Block a user