This HTML automatically generated with rman for NEMO
Table of Contents
tabtranspose - transpose a table
tabtranspose [parameter=value]
tabtranspose transposes a table. Columns become the rows, rows
become the columns. Comment lines are skipped.
Lines can be arbitrarly long.
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
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
tabmath(1NEMO)
,
table(5NEMO)
, column(1)
Peter Teuben
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