home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / amigauuc.lha / AmigaUUCP / man / UUSplit < prev    next >
Text File  |  1991-09-09  |  631b  |  30 lines

  1.  
  2. NAME
  3.     UUSplit
  4.  
  5. SYNOPSIS
  6.     UUSplit file [outprefix] [-b bytes] [-v]
  7.  
  8. DESCRIPTION
  9.     UUSplit is a program which takes a file (usually an archive
  10.     of some sort) then splits it up and uuencodes each section
  11.     generating a set of uuencoded output files which may then be
  12.     emailed over the network.
  13.  
  14.     To get the original archive back you must uudecode each file
  15.     and then JOIN the uudecoded parts together.
  16.  
  17. OPTIONS
  18.     <file>        file to split
  19.  
  20.     <outprefix>    optional output file name prefix, postpended with
  21.             .01.uue, .02.uue, .03.uue, etc...
  22.  
  23.     -b bytes    optional maximum segment size, in bytes, usually
  24.             set at around 50000
  25.  
  26.     -v        verbose
  27.  
  28.  
  29.  
  30.