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

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

MAKETRIX(1)                        |STAT                      March 5, 1985

NAME
     maketrix - format a file into a matrix type file

SYNOPSIS
     maketrix [-s] [ncols]

DESCRIPTION
     _m_a_k_e_t_r_i_x reads strings separated by white space (spaces, tabs, and
     newlines) from the standard input and prints _n_c_o_l_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.

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