home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / stship / ship.hlp next >
Text File  |  1994-04-16  |  1KB  |  23 lines

  1. ship version 1.0  September 29, 1991  Mark Adler
  2. Atari version March 15, 1992 by Michael Mies '-m not supported'
  3. Usage:
  4.    ship [-f] [-q] [-nnn] [-m address] [-s subject] files...
  5.  
  6.    ships the files to stdout.  -m sends the output via the mailer to
  7.    address.  -nnn splits the output into pieces of nnnK bytes or less.
  8.    if -nnn is used without -m, the output goes to the files partxxxx,
  9.    where xxxx is 0001, 0002, etc.  If -0 is specified, the output goes
  10.    entirely to the file part0001.  -f uses a fast method with slightly
  11.    less performance.  If no files are given, stdin is used.  The special
  12.    filename '-' also takes input from stdin.  Files shipped from stdin
  13.    are unshipped to stdout.  This can be used to document a shipment.
  14.    When mailing, -s gives a subject line prefix.  -q inhibits messages.
  15.  
  16.    ship -u [-o] [-q] files...
  17.    unship  [-o] [-q] files...
  18.  
  19.    extracts the contents of the mail messages in files...  -o allows
  20.    existing files to be overwritten.  -u is implied if the name of the
  21.    executable is unship.  If no files are given, the input is from
  22.    stdin.  If any of the files were shipped from stdin, then they are
  23.    extracted to stdout.