home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / mactools.lha / docs / macunpack.doc < prev    next >
Text File  |  1993-04-20  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. MACUNPACK(L)                                         MACUNPACK(L)
  5.  
  6.  
  7. NNAAMMEE
  8.        macunpack - Macintosh file de-archiver
  9.  
  10. SSYYNNOOPPSSIISS
  11.        mmaaccuunnppaacckk [ -- ooppttiioonnss ] [ file ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        _m_a_c_u_n_p_a_c_k  takes the specified Macintosh MacBinary archive
  15.        specified in _f_i_l_e (or standard input if none is specified)
  16.        and  extracts the files it contains subject to the _o_p_t_i_o_n_s
  17.        specified.  The program will also accept the data fork  of
  18.        the archive for some kinds of archive.
  19.  
  20. OOPPTTIIOONNSS
  21.        In  the absence of any options, _m_a_c_u_n_p_a_c_k takes the speci-
  22.        fied archive and silently extracts the file(s) it contains
  23.        into  MacBinary  format,  giving  the  output files ".bin"
  24.        extensions and placing them in the current working  direc-
  25.        tory.  Subdirectories are created for embedded folders.
  26.  
  27.        --33     Write  files in fork format (.info, .data and .rsrc
  28.               files)
  29.  
  30.        --ff     As -3, but empty data and rsrc files are  not  cre-
  31.               ated
  32.  
  33.        --rr     Write resource forks only (.rsrc files)
  34.  
  35.        --dd     Write data forks only (.data files)
  36.  
  37.        --uu     As -d, but the codes for CR and LF are interchanged
  38.  
  39.        --aa     Write files in AUFS format.  This  option  is  only
  40.               valid if the program is compiled with AUFS support.
  41.               The current directory must be a valid AUFS  folder.
  42.  
  43.        --ss     Write  extracted files to standard output in MacBi-
  44.               nary format.
  45.  
  46.        --ll     List  every  file  extracted  (and   every   direc-
  47.               tory/folder created etc.)
  48.  
  49.        --vv     Like -l, but more verbose (Implies -l)
  50.  
  51.        --ii     Do not extract, give information only (Implies -l)
  52.  
  53.        --qq     Ask  the  user  for  every  file/folder  whether it
  54.               should be extracted (implies -l)
  55.  
  56.        --VV     Gives the patchlevel  of  the  program,  and  other
  57.               information.   Other  options  are  ignored and the
  58.               program quits immediately.
  59.  
  60.        --HH     Give short information about  the  options.   Other
  61.  
  62.  
  63.  
  64.                           July 13, 1991                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACUNPACK(L)                                         MACUNPACK(L)
  71.  
  72.  
  73.               options  are  ignored and the program quits immedi-
  74.               ately.
  75.  
  76. BBUUGGSS
  77.        As this is a beta release, there may still be  some  prob-
  78.        lems.   Archives  that  are password protected, multi-file
  79.        archives, and files archived using Stuffit  Deluxe's  com-
  80.        pression methods 6 or 8 (Fixed Huffman and Bigram compres-
  81.        sion) are not dealt with.
  82.  
  83. AAUUTTHHOORR
  84.        Dik T. Winter, Amsterdam, The Netherlands (dik@cwi.nl)
  85.  
  86.        Parts of the code are based on codes from:  Steve  Davies,
  87.        Rahul  Dhesi,  Casper H.S. Dik, Jim McKie, Mark G. Mendel,
  88.        Haruhiko Okumura, Joe  Orost,  Samuel  H.  Smith,  Yooichi
  89.        Tagawa,  Spencer W. Thomas, Ken Turkowski, Allan G. Weber,
  90.        James A. Woods and Haruyasu Yoshizaki.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                           July 13, 1991                         2
  131.  
  132.  
  133.