1COLRM(1)                  BSD General Commands Manual                 COLRM(1)
2

NAME

4     colrm — remove columns from a file
5

SYNOPSIS

7     colrm [startcol [endcol]]
8

DESCRIPTION

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

SEE ALSO

20     awk(1), column(1), expand(1), paste(1)
21

HISTORY

23     The colrm command appeared in 3.0BSD.
24
253rd Berkeley Distribution       March 14, 1991       3rd Berkeley Distribution
Impressum