manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:19:40 +0000 (21:19 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Tue, 30 Apr 1985 05:19:40 +0000 (21:19 -0800)
SCCS-vsn: usr.bin/colrm/colrm.1 4.1

usr/src/usr.bin/colrm/colrm.1 [new file with mode: 0644]

diff --git a/usr/src/usr.bin/colrm/colrm.1 b/usr/src/usr.bin/colrm/colrm.1
new file mode 100644 (file)
index 0000000..2d994d1
--- /dev/null
@@ -0,0 +1,35 @@
+.\" 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     4.1 (Berkeley) %G%
+.\"
+.TH COLRM 1
+.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)
+.SH AUTHOR
+Jeff Schriebman
+.SH BUGS