ftp.nice.ch/pub/next/science/mathematics/statPerlman.5.4.N.bd.tar.gz#/stat/doc/transpose.man

This is transpose.man in view mode; [Download] [Up]

TRANSPOSE(1)                       |STAT                      March 5, 1985

NAME
     transpose - transpose matrix type file of strings or numbers

SYNOPSIS
     transpose [-f format]

DESCRIPTION
     _t_r_a_n_s_p_o_s_e reads non-blank lines and transposes lines and columns.

OPTIONS
     -f format
          Specify the width of the field holding each string.  At least one
          space is guaranteed between fields.  If the width is negative,
          then the absolute value of the width is used to left justify
          fields.  Without formatting instructions, _t_r_a_n_s_p_o_s_e puts a tab
          between fields on a line.

EXAMPLE
     For the input:
          1    2    3
          4    5    6
     the program produces:
          1    4
          2    5
          3    6

LIMITS
     Use the -L option to determine the program limits.

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.