[BACK]Return to cut.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cut

Diff for /src/usr.bin/cut/cut.1 between version 1.8 and 1.9

version 1.8, 2003/06/03 02:56:07 version 1.9, 2006/01/04 15:50:58
Line 112 
Line 112 
 The  The
 .Nm  .Nm
 utility exits 0 on success or 1 if an error occurred.  utility exits 0 on success or 1 if an error occurred.
   .Sh EXAMPLES
   Extract login names and shells from the system
   .Xr passwd 5
   file as
   .Dq name:shell
   pairs:
   .Pp
   .Dl "$ cut -d : -f 1,7 /etc/passwd"
   .Pp
   Show the names and login times of logged in users:
   .Pp
   .Dl "$ who | cut -c 1-16,26-38"
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr paste 1  .Xr paste 1
 .Sh STANDARDS  .Sh STANDARDS

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9