This HTML automatically generated with rman for NEMO
Table of Contents

Name

tabtab -

Synopsis

tabtab [parameter=value]

Description

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.

Parameters

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].

Examples


% tabtab tab1,tab2  tab2

See Also

tabcols(1NEMO) , tabrows(1NEMO) , table(5NEMO)

Files

src/kernel/tab/tabtab.c

Author

Peter Teuben

Update History


26-apr-2022    Created        PJT


Table of Contents