table 'program' < tablefile
table allows a complete awk language program to be run on a starbase data
table input file. The program may be processed for $column name
substitutions, header value indexing, and undefined function inclusion but is
otherwise unaltered. Column name substitution and header value indexing are
controlled with the -h switch. Undefined function inclusion is always done
but may be disabled by unsetting the TABLEFUNCTIONS environment variable.
table is the base program for table row manipulation. row, select, calc,
@reckon, compute and validate are all implemented as links to table.
tawk.TABLEFUNCTIONS a path specifying directories to find the source for undefined functions.
Undefined user written function may be automatically included in the text of programs. The environment variable TABLEFUNCTIONS names a path which is searched for undefined functions. If a function is mentioned in a user program or expression but not defined, a file found in the TABLEFUNCTIONS path with the name of the undefined function will be included in the program. This feature allows a library of usefull functions to be built and accessed easily.
tawk Awk language extensions implemented at SAO.