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 stan‐
13       dard 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 parame‐
17       ters the columns from the first column  to  the  last  column  will  be
18       removed.
19
20       Column numbering starts with column 1.
21

OPTIONS

23       -V, --version
24              Output version information and exit.
25
26       -h, --help
27              Output help and exit.
28

SEE ALSO

30       awk(1), column(1), expand(1), paste(1)
31

HISTORY

33       The colrm command appeared in 3.0BSD.
34

AVAILABILITY

36       The  colrm  command  is part of the util-linux package and is available
37       from Linux Kernel  Archive  ⟨ftp://ftp.kernel.org/pub/linux/utils/util-
38       linux/⟩.
39
40
41
42util-linux                      September 2011                        COLRM(1)
Impressum