BSD 3 development
authorJeff Schriebman <jeff@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:45 +0000 (01:05 -0800)
committerJeff Schriebman <jeff@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:05:45 +0000 (01:05 -0800)
Work on file usr/man/man1/colrm.1

Synthesized-from: 3bsd

usr/man/man1/colrm.1 [new file with mode: 0644]

diff --git a/usr/man/man1/colrm.1 b/usr/man/man1/colrm.1
new file mode 100644 (file)
index 0000000..5bedadb
--- /dev/null
@@ -0,0 +1,30 @@
+.TH COLRM 1 2/24/79
+.UC
+.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
+Tabs are treated as one character and one column.