4.3BSD-UWisc/man/man1/colrm.1

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)colrm.1	6.2 (Berkeley) 5/7/86
.\"
.TH COLRM 1 "May 7, 1986"
.UC 4
.SH NAME
colrm \- remove columns from a file
.SH SYNOPSIS
.B colrm
[
startcol
[
endcol
]
]
.SH DESCRIPTION
.I Colrm
removes selected columns from a file.  Input is taken from standard input.
Output is sent to standard output.
.PP
If called with one parameter the columns
of each line will be removed starting with the specified column.
If called with two parameters the columns from the first column
to the last column will be removed.
.PP
Column numbering starts with column 1.
.SH "SEE ALSO"
expand(1)