]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cut invocation): Say that selected input is written in the same
authorJim Meyering <jim@meyering.net>
Wed, 6 Mar 2002 08:56:16 +0000 (08:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Mar 2002 08:56:16 +0000 (08:56 +0000)
order that it is read, and is written exactly once.

doc/coreutils.texi

index cd190760df6ed8896ec32f0789833fdc8098669b..bd72a4ff52a486c9de89586d6137f637c5df333b 100644 (file)
@@ -4007,7 +4007,10 @@ and @var{field-list} are one or more numbers or ranges (two numbers
 separated by a dash) separated by commas.  Bytes, characters, and
 fields are numbered starting at 1.  Incomplete ranges may be
 given: @option{-@var{m}} means @samp{1-@var{m}}; @samp{@var{n}-} means
-@samp{@var{n}} through end of line or last field.
+@samp{@var{n}} through end of line or last field.  The list elements
+can be repeated, can overlap, and can be specified in any order; but
+the selected input is written in the same order that it is read, and
+is written exactly once.
 
 The program accepts the following options.  Also see @ref{Common
 options}.