|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T m ┃
Length: 778 (0x30a) Types: TextFile Names: »maketrix.man«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/stat-5.3/eu/stat/doc/maketrix.man«
MAKETRIX(1) |STAT March 5, 1985 NAME maketrix - format a file into a matrix type file SYNOPSIS maketrix [-s] [ncols] DESCRIPTION _▶08◀m_▶08◀a_▶08◀k_▶08◀e_▶08◀t_▶08◀r_▶08◀i_▶08◀x reads strings separated by white space (spaces, tabs, and newlines) from the standard input and prints _▶08◀n_▶08◀c_▶08◀o_▶08◀l_▶08◀s of them per line to the standard output until the input is exhausted. OPTIONS -s Be silent about the last line missing columns. Otherwise, a warning is printed. ncols If ncols is not specified, a two column default is used. EXAMPLE echo 1 2 3 4 5 6 7 8 9 10 | maketrix 5 1 2 3 4 5 6 7 8 9 10 LIMITS Use the -L option to determine the program limits.