BSD 1 development
[unix-history] / man6 / colrm.6
CommitLineData
45dc5e1b
JS
1.th COLRM VI 8/5/77
2.sh NAME
3colrm \- remove columns from a file
4.sh SYNOPSIS
5.bd colrm
6[
7start.col
8[
9end.col
10]
11]
12.sh DESCRIPTION
13.it Colrm
14removes selected columns from a file.
15Input is taken from standard input.
16Output is sent to standard output.
17.s3
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.s3
23Column numbering starts with column 1.
24.sh SEE\ ALSO
25expand (VI)
26.sh AUTHOR
27Jeff Schriebman
28.sh BUGS
29Tabs are treated as one character and one column.