This HTML automatically generated with rman for NEMO
Table of Contents
tabhead - Generate an ascii table header
tabhead [parameter=value]
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.
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
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
tabgen(1NEMO)
, table(5NEMO)
src/kernel/tab
Peter
Teuben
30-mar-2023 Created ... PJT
Table of Contents