This HTML automatically generated with rman for NEMO
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.
align=t|f
Align the column on output

Examples

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

Note the column -t program can also align columns

See Also

tabmath(1NEMO) , table(5NEMO) , column(1)

Author

Peter Teuben

Update History


5-Oct-02    V1.0 Created    PJT
24-jul-2020    V1.1 added align=    Sathvik
26-apr-2022    V2.0 new table V2, removed nmax=    PJT


Table of Contents