=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cut/cut.1,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/cut/cut.1 2014/02/02 14:16:22 1.22 +++ src/usr.bin/cut/cut.1 2014/07/10 11:18:32 1.23 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cut.1,v 1.22 2014/02/02 14:16:22 jmc Exp $ +.\" $OpenBSD: cut.1,v 1.23 2014/07/10 11:18:32 tedu Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 2 2014 $ +.Dd $Mdocdate: July 10 2014 $ .Dt CUT 1 .Os .Sh NAME @@ -88,6 +88,8 @@ It is not an error to select fields or columns not present in the input line. .Pp +Fields are output in the same order as input, not in the order selected. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl b Ar list @@ -135,6 +137,7 @@ .Pp .Dl "$ who | cut -c 1-8,18-30" .Sh SEE ALSO +.Xr awk 1 , .Xr paste 1 .Sh STANDARDS The