addcol - add columns to a table
SYNOPSIS
addcol [ -fc ] newcolumn... < table
DESCRIPTION
addcol
appends new blank column(s) with the column names specified on the
command line.
OPTIONS
-fc
c
(not TAB) is the input column separation character.
-Dn turn on debugging, level n or 1 if not specified.
EXAMPLE
$ addcol New < inventory
Item Amount Cost Value Description New
---- ------ ---- ----- ----------- ---
1 4 50.1 rubber gloves
2 100 5.23 500 test tubes
3 5 80 400 clamps
4 23 19 437 plates
5 99 24 2376 cleaning cloth
6 89 147 13083 bunsen burners
7 5 175 875 scales
SEE ALSO