bug report 4.3BSD/ucb/149; exit 0 on success
[unix-history] / usr / src / usr.bin / colrm / colrm.1
CommitLineData
05c81844
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
14140efb 5.\" @(#)colrm.1 6.2 (Berkeley) %G%
05c81844 6.\"
3e55cb05 7.TH COLRM 1 ""
05c81844
KM
8.UC 4
9.SH NAME
10colrm \- remove columns from a file
11.SH SYNOPSIS
12.B colrm
13[
14startcol
15[
16endcol
17]
18]
19.SH DESCRIPTION
20.I Colrm
5661f4ba 21removes selected columns from a file. Input is taken from standard input.
05c81844
KM
22Output is sent to standard output.
23.PP
24If called with one parameter the columns
25of each line will be removed starting with the specified column.
26If called with two parameters the columns from the first column
27to the last column will be removed.
28.PP
29Column numbering starts with column 1.
5661f4ba 30.SH "SEE ALSO"
05c81844 31expand(1)