1COLRM(1) General Commands Manual COLRM(1)
2
3
4
6 colrm - remove columns from a file
7
9 colrm [ startcol [ endcol ] ]
10
12 Colrm removes selected columns from a file. Input is taken from stan‐
13 dard input. Output is sent to standard output.
14
15 If called with one parameter the columns of each line will be removed
16 starting with the specified column. If called with two parameters the
17 columns from the first column to the last column will be removed.
18
19 Column numbering starts with column 1.
20
22 expand(1)
23
24
25
264th Berkeley Distribution May 7, 1986 COLRM(1)