DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T t

⟦4b9840cf4⟧ TextFile

    Length: 873 (0x369)
    Types: TextFile
    Names: »transpose.man«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/stat-5.3/eu/stat/doc/transpose.man« 

TextFile

TRANSPOSE(1)                       |STAT                      March 5, 1985

NAME
     transpose - transpose matrix type file of strings or numbers

SYNOPSIS
     transpose [-f format]

DESCRIPTION
     _▶08◀t_▶08◀r_▶08◀a_▶08◀n_▶08◀s_▶08◀p_▶08◀o_▶08◀s_▶08◀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, _▶08◀t_▶08◀r_▶08◀a_▶08◀n_▶08◀s_▶08◀p_▶08◀o_▶08◀s_▶08◀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.