xref: /386bsd/usr/share/man/cat1/colrm.0 (revision a2142627)
1COLRM(1)                    386BSD Reference Manual                   COLRM(1)
2
3NNAAMMEE
4     ccoollrrmm - remove columns from a file
5
6SSYYNNOOPPSSIISS
7     ccoollrrmm [_s_t_a_r_t_c_o_l [_e_n_d_c_o_l]]
8
9DDEESSCCRRIIPPTTIIOONN
10     CCoollrrmm removes selected columns from a file.  Input is taken from standard
11     input.  Output is sent to standard output.
12
13     If called with one parameter the columns of each line will be removed
14     starting with the specified column.  If called with two parameters the
15     columns from the first column to the last column will be removed.
16
17     Column numbering starts with column 1.
18
19SSEEEE AALLSSOO
20     awk(1),  column(1),  expand(1),  paste(1)
21
22HHIISSTTOORRYY
23     The ccoollrrmm command appeared in 3.0BSD.
24
253rd Berkeley Distribution       March 14, 1991                               1
26
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
63
64
65
66
67