HTML automatically generated with rman
Table of Contents
tabs - table format converter 
tabs [parameter=value] 
tabs
converts ascii tables to the table format needed by gaussfit(1NEMO)
. 
The
following parameters are recognized in any order if the keyword is also
given: 
- in= 
- input file name. No default. 
- out= 
- output file name. No default.
- col= 
- column names, one for each, separated by comma’s. These are listed in
the two lines header of the table. No default. 
- type= 
- column types, one for
each with last repeated until they match the number of columns given in
col=.  You must list valid names (double, float, ..). [Default: double]. 
- delcol=
- column numbers to skip at output (1=first). Default: none. 
To create
a gaussfit parameter file from scratch, with parameters a=1 and b=2, use:
echo 1 2 | tabs - Params a,b
awk(1)
, sed(1)
, tabmath(1NEMO)
, tabcols(1NEMO)
 
Peter Teuben
16-Jul-94    V1.0 Created      PJT
Table of Contents