converted man page
[unix-history] / usr / src / usr.bin / colrm / colrm.1
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" %sccs.include.redist.man%
.\"
.\" @(#)colrm.1 6.4 (Berkeley) %G%
.\"
.Dd
.Dt COLRM 1
.Os BSD 3
.Sh NAME
.Nm colrm
.Nd remove columns from a file
.Sh SYNOPSIS
.Nm colrm
.Cx [ startcol
.Op endcol
.Cx ]
.Cx
.Sh DESCRIPTION
.Nm Colrm
removes selected columns from a file. Input is taken from standard input.
Output is sent to standard output.
.Pp
If called with one parameter the columns
of each line will be removed starting with the specified column.
If called with two parameters the columns from the first column
to the last column will be removed.
.Pp
Column numbering starts with column 1.
.Sh SEE ALSO
.Xr awk 1 ,
.Xr column 1 ,
.Xr expand 1 ,
.Xr paste 1
.Sh HISTORY
Appeared in 3 BSD.