home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / shar349.zip / unshar.man < prev   
Text File  |  1993-05-15  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. UNSHAR(1)                                               UNSHAR(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        unshar - unpack a shar file
  9.  
  10. SSYYNNOOPPSSIISS
  11.        unshar  [  _-_d  directory  ] [ _-_c ] [ _-_e | _-_E exit_line ] [
  12.        file ... ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        Unshar scans mail messages looking  for  the  start  of  a
  16.        shell  archive.  It then passes the archive through a copy
  17.        of the shell to unpack it. It will accept multiple  files.
  18.        If no files are given, standard input is used.
  19.  
  20.        The  _-_d  option  tells  unshar  to change directory before
  21.        unpacking any files.
  22.  
  23.        The _-_c option is passed through to 'sh' as a parameter  to
  24.        the unpacked script.  Many archive shar scripts (including
  25.        those produced by shar 3.40 and newer) use this  to  indi-
  26.        cate that existing files should be overwritten.
  27.  
  28.        Unshar  can unpack shar files that are concatenated in one
  29.        file with the _-_e option, which separates files  by  recog-
  30.        nizing  the  "exit  0"  string at the beginning of a line.
  31.        The _-_E option allows you to specify the string that  sepa-
  32.        rates  archives if "exit 0" isn't appropriate. (Hint: most
  33.        .signatures have a "--" on a line right before  them).  _-_e
  34.        is equivalent to _-_E _"_e_x_i_t _0_".
  35.  
  36. SSEEEE AALLSSOO
  37.        shar(1)
  38.  
  39. DDIIAAGGNNOOSSTTIICCSS
  40.        Any message from the shell may be displayed.
  41.  
  42. AAUUTTHHOORRSS
  43.        Michael Mauldin at Carnegie-Mellon University
  44.        guido@mcvax (Guido van Rossum at CWI, Amsterdam)
  45.        davidsen@sixhub.uuxp (Bill Davidsen)
  46.        wht%n4hgf@gatech.edu (Warren Tucker)
  47.        rhg@CPS.COM (Richard H. Gumpertz)
  48.        colas@avahi.inria.fr (Colas Nahaboo)
  49.  
  50.        man pages:
  51.        jhd@irfu.se (Jan Dj{rv)
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                          August 12, 1990                        1
  65.  
  66.  
  67.