bug report 4.3BSD/ucb/149; exit 0 on success
[unix-history] / usr / src / usr.bin / colrm / colrm.1
... / ...
CommitLineData
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.\"
5.\" @(#)colrm.1 6.2 (Berkeley) %G%
6.\"
7.TH COLRM 1 ""
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
21removes selected columns from a file. Input is taken from standard input.
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.
30.SH "SEE ALSO"
31expand(1)