BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / colrm.0
CommitLineData
362b077f
C
1
2
3
4COLRM(1) UNIX Programmer's Manual COLRM(1)
5
6
7
8N\bNA\bAM\bME\bE
9 colrm - remove columns from a file
10
11S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
12 c\bco\bol\blr\brm\bm [ startcol [ endcol ] ]
13
14D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
15 _\bC_\bo_\bl_\br_\bm removes selected columns from a file. Input is taken
16 from standard input. Output is sent to standard output.
17
18 If called with one parameter the columns of each line will
19 be removed starting with the specified column. If called
20 with two parameters the columns from the first column to the
21 last column will be removed.
22
23 Column numbering starts with column 1.
24
25S\bSE\bEE\bE A\bAL\bLS\bSO\bO
26 expand(1)
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63Printed 7/9/88 May 7, 1986 1
64
65
66