1COLRM(1)                         User Commands                        COLRM(1)
2
3
4

NAME

6       colrm - remove columns from a file
7

SYNOPSIS

9       colrm [first [last]]
10

DESCRIPTION

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

OPTIONS

22       -h, --help
23           Display help text and exit.
24
25       -V, --version
26           Print version and exit.
27

HISTORY

29       The colrm command appeared in 3.0BSD.
30

SEE ALSO

32       awk(1p), column(1), expand(1), paste(1)
33

REPORTING BUGS

35       For bug reports, use the issue tracker at
36       https://github.com/util-linux/util-linux/issues.
37

AVAILABILITY

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.38.1                 2022-05-11                          COLRM(1)
Impressum