.\" 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.1 (Berkeley) 04/29/85 .\" .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