HTML automatically generated with rman
Table of Contents
tabtranspose - transpose a table 
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.
 
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] 
  
Using
tabtranspose twice will result in the same file:
  tabgen tab00 10 10
  tabtranspose tab00 - | tabtranspose - tab00n
  diff tab00 tab00n
Since burststring(3NEMO)
 is used, the number of columns is limited
to 2048 
tabmath(1NEMO)
, table(5NEMO)
 
Peter Teuben 
5-Oct-02    V1.0 Created    PJT
24-jul-2020    V1.1 added align=    Sathvik
Table of Contents