.th COLRM VI 8/5/77 .sh NAME colrm \- remove columns from a file .sh SYNOPSIS .bd colrm [ start.col [ end.col ] ] .sh DESCRIPTION .it Colrm removes selected columns from a file. Input is taken from standard input. Output is sent to standard output. .s3 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. .s3 Column numbering starts with column 1. .sh SEE\ ALSO expand (VI) .sh AUTHOR Jeff Schriebman .sh BUGS Tabs are treated as one character and one column.