| PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
|---|---|
| NAME | transpose - transpose matrix type file of strings or numbers |
| SYNOPSIS | transpose [-f format] |
| DESCRIPTION | transpose reads non-blank lines and transposes lines and columns. |
| OPTIONS |
The following standard help options are supported. The program exits after displaying the help.
|
| EXAMPLE |
For the input:
1 2 3 4 5 6the program produces: 1 4 2 5 3 6 |
| LIMITS | Use the -L option to determine the program limits. |
| SEE ALSO |
maketrix to format matrix format files.
dsort to sort matrix format files. colex to extract columns. |
| UPDATED | March 5, 1985 |