


RUNCHOP(UCL)      MISC. REFERENCE MANUAL PAGES       RUNCHOP(UCL)



NAME
     runchop -- chop PRW text pattern vector  stream  into  equal
     bites

SYNOPSIS
     runchop -r numrows <pvin.txt >pvout.txt

DESCRIPTION
     runchop is a program to process a  text  stream  of  pattern
     vector  data  in the vector labelled format accepted by gen-
     dat. If the input pattern is R rows by C columns,  the  pro-
     gram will generate a number of patterns of size <numrows> by
     C columns (R-numrows+1 patterns in  fact),  where  each  new
     pattern starts at subsequent rows in the input.

OPTIONS
     -I         Identify program name and version number.

     -rnumrows  Specify the number of rows in each output pattern
                vector.   The number of columns is unchanged from
                the input.  Each input array  must  be  at  least
                numrows long.

VERSION/AUTHOR
     1.0  Mark Huckvale

SEE ALSO
     gendat, xform, xpose

BUGS
SOURCE
     /users/mark/sfs/man/../prw/util.src/runchop.c























Sun Release 4.1         Last change: PRW1                       1



