1COLRM(1) BSD General Commands Manual COLRM(1)
2
4 colrm — remove columns from a file
5
7 colrm [startcol [endcol]]
8
10 Colrm 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
20 awk(1), column(1), expand(1), paste(1)
21
23 The colrm command appeared in 3.0BSD.
24
26 The colrm command is part of the util-linux-ng package and is available
27 from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
28
293rd Berkeley Distribution March 14, 1991 3rd Berkeley Distribution