HTML automatically generated with rman
Table of Contents

Name

tabtranspose - transpose a table

Synopsis

tabtranspose [parameter=value]

Description

tabtranspose transposes a table. Columns become the rows, rows become the columns. Comment lines are skipped.

Lines can be arbitrarly long.

Parameters

The following parameters are recognized in any order if the keyword is also given:
in=
input file name. No default.
out=
output file name. No default.
nmax=
max space (needed if data in pipe) [10000]

Examples

Using tabtranspose twice will result in the same file:
  tabgen tab00 10 10
  tabtranspose tab00 - | tabtranspose - tab00n
  diff tab00 tab00n

Bugs

Since burststring(3NEMO) is used, the number of columns is limited to 2048

See Also

tabmath(1NEMO) , table(5NEMO)

Author

Peter Teuben

Update History


5-Oct-02    V1.0 Created    PJT
24-jul-2020    V1.1 added align=    Sathvik


Table of Contents