rmcol - remove columns
SYNOPSIS
rmcol [-fc] [-Dn] column... < tableorlist
DESCRIPTION
rmcol
deletes columns whose names match those specified on the
command line from
tableorlist.
OPTIONS
-fc
c
(not TAB) is the input column
separation character.
-Dn turn on debugging at level n, or 1 if n
is not specified.
EXAMPLES
$ cat inventory
Item Amount Cost Value Description
---- ------ ---- ----- -----------
1 4 50 150 rubber gloves
2 100 5 500 test tubes
3 5 80 400 clamps
$ rmcol Amount Value < inventory
Item Cost Description
---- ---- -----------
1 50 rubber gloves
2 5 test tubes
3 80 clamps
SEE ALSO