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 [...]
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 [...]
Categories: c
