Posts Tagged ‘colrm’

column – columnate lists
USAGE
column [-tx] [-c columns] [-s sep] [file ...]

DESCRIPTION
The column utility formats its input into multiple columns. Rows are
filled before columns. Input is taken from file operands, or, by
default, from the [...]

Wednesday, August 26th, 2009 at 23:47 | Comments Off
Categories: c

colrm – remove columns from a file
USAGE
colrm [startcol [endcol]]

DESCRIPTION
Colrm removes selected columns from a file. Input is taken from standard
input. Output is sent to standard output.

If called with one parameter the columns of [...]

Wednesday, August 26th, 2009 at 23:46 | Comments Off
Categories: c
TOP