1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 17:18:45 +02:00

(cut invocation): Clarify what --output-delimiter=STR

does with byte/character ranges.
This commit is contained in:
Jim Meyering
2004-06-02 21:23:39 +00:00
parent d53e7ba8a1
commit 2cd87c6562

View File

@@ -4428,7 +4428,8 @@ With @option{-f}, output fields are separated by @var{output_delim_string}.
The default with @option{-f} is to use the input delimiter.
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 ranges of selected bytes.
output @var{output_delim_string} between non-overlapping
ranges of selected bytes.
@end table