fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / man / man1 / colrm.1
CommitLineData
9e1bc071
JS
1.TH COLRM 1 2/24/79
2.UC
3.SH NAME
4colrm \- remove columns from a file
5.SH SYNOPSIS
6.B colrm
7[
8startcol
9[
10endcol
11]
12]
13.SH DESCRIPTION
14.I Colrm
15removes selected columns from a file.
16Input is taken from standard input.
17Output is sent to standard output.
18.PP
19If called with one parameter the columns
20of each line will be removed starting with the specified column.
21If called with two parameters the columns from the first column
22to the last column will be removed.
23.PP
24Column numbering starts with column 1.
25.SH SEE\ ALSO
26expand(1)
27.SH AUTHOR
28Jeff Schriebman
29.SH BUGS
30Tabs are treated as one character and one column.