HTML automatically generated with rman
Table of Contents

Name

tabs - table format converter

Synopsis

tabs [parameter=value]

Description

tabs converts ascii tables to the table format needed by gaussfit(1NEMO) .

Parameters

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.

Examples

To create a gaussfit parameter file from scratch, with parameters a=1 and b=2, use:
echo 1 2 | tabs - Params a,b

See Also

awk(1) , sed(1) , tabmath(1NEMO) , tabcols(1NEMO)

Author

Peter Teuben

Update History


16-Jul-94    V1.0 Created      PJT


Table of Contents