COLRM(1) — UNIX Programmer’s Manual
NAME
colrm − remove columns from a file
SYNOPSIS
colrm [ startcol [ endcol ] ]
DESCRIPTION
Colrm removes selected columns from a file. Input is taken from standard input and output is sent to standard output.
If called with one, parameter the columns of each line are removed, starting with the specified column. If called with two parameters, the columns from the first column to the last column are removed.
Column numbering starts with column 1.
SEE ALSO
AUTHOR
Jeff Schriebman
BUGS
4th Berkeley Distribution — @(#)colrm.11.1%Q%%Y%