BSD 4_2 development
[unix-history] / usr / man / man1 / colrm.1
CommitLineData
cb3f4193
C
1.TH COLRM 1 "18 January 1983"
2.UC 4
3.SH NAME
4colrm \- remove columns from a file
5.SH SYNOPSIS
6.B colrm
7[
8startcol
9[
10endcol
11]
12]
13.SH DESCRIPTION
14.I Colrm
15removes selected columns from a file. Input is taken from standard input.
16Output is sent to standard output.
17.PP
18If called with one parameter the columns
19of each line will be removed starting with the specified column.
20If called with two parameters the columns from the first column
21to the last column will be removed.
22.PP
23Column numbering starts with column 1.
24.SH "SEE ALSO"
25expand(1)
26.SH AUTHOR
27Jeff Schriebman