This HTML automatically generated with rman for NEMO
Table of Contents

Name

tabhead - Generate an ascii table header

Synopsis

tabhead [parameter=value]

Description

Some programs that manipulate tables, especially those outside of NEMO, benefit from having a descriptive header. The table(5NEMO) describes a number of them.

tabhead will generate headers, depending on the mode (see mode= below), automagically.

Parameters

The following parameters are recognized in order; they may be given in any order if the keyword is also given. Use --help to confirm this man page is up to date.
cols=
Column names []
mode=
Mode: 0=colN 1=spreadsheet []
prefix=
Prefix []
separ=
Extra separator between column names.
ncols=
Number of columns in case cols=

not given

Examples

To give a simple alpabetically ordered column names to a table with 10 columns:
   % tabhead ncols=10 mode=2 > ex1.tab
   % tabgen - nr=100 nc=10  >> ex1.tab

See Also

tabgen(1NEMO) , table(5NEMO)

Files

src/kernel/tab

Author

Peter

Teuben

Update History


30-mar-2023    Created ...    PJT


Table of Contents