This HTML automatically generated with rman for NEMO
Table of Contents
tabtab -
tabtab [parameter=value]
concatenate
or paste conformant tables.
In paste mode the number of rows need to be
the same. In concat mode the number of columns need to be same. Although
these mimic the standard paste(1)
and cat(1)
programs, the tables need
to be conformant, though the input tables can have their own header/comment
files.
The following parameters are recognized in any order if
the keyword is also given:
- in=
- Input files. At least 2 need to be given.
- out=
- Output file, must not exist yet.
- mode=p|c
- Paste or Concat mode. [p].
% tabtab tab1,tab2 tab2
tabcols(1NEMO)
, tabrows(1NEMO)
, table(5NEMO)
src/kernel/tab/tabtab.c
Peter Teuben
26-apr-2022 Created PJT
Table of Contents