COLRM(1) BSD COLRM(1)
NAME
colrm - remove columns from a file
SYNOPSIS
colrm [ startcol [ endcol ] ]
DESCRIPTION
colrm removes selected columns from a file. It takes input from standard
input, and sends output to standard output.
If called with one parameter, colrm removes the columns of each line
starting with the column specified by startcol. If called with two
parameters, colrm removes the columns from the first column (startcol) to
the last column (endcol).
Column numbering starts with column 1.
SEE ALSO
expand(1)