1COLRM(1) User Commands COLRM(1)
2
3
4
6 colrm - remove columns from a file
7
9 colrm [first [last]]
10
12 colrm removes selected columns from a file. Input is taken from
13 standard 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 first column. If called with two parameters
17 the columns from the first column to the last column will be removed.
18
19 Column numbering starts with column 1.
20
22 -h, --help
23 Display help text and exit.
24
25 -V, --version
26 Print version and exit.
27
29 The colrm command appeared in 3.0BSD.
30
32 awk(1p), column(1), expand(1), paste(1)
33
35 For bug reports, use the issue tracker at
36 https://github.com/util-linux/util-linux/issues.
37
39 The colrm command is part of the util-linux package which can be
40 downloaded from Linux Kernel Archive
41 <https://www.kernel.org/pub/linux/utils/util-linux/>.
42
43
44
45util-linux 2.39.2 2023-06-14 COLRM(1)