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

  1.  
  2.  
  3.  
  4. MACUNPACK(L)                                         MACUNPACK(L)
  5.  
  6.  
  7. NNAAMMEE
  8.        macsave - Save Mac files read fromn standard input
  9.  
  10. SSYYNNOOPPSSIISS
  11.        mmaaccssaavvee [ -- ooppttiioonnss ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        _m_a_c_s_a_v_e reads a sequence of Macintosh MacBinary files from
  15.        standard input and writes the files it contains subject to
  16.        the _o_p_t_i_o_n_s specified.
  17.  
  18. OOPPTTIIOONNSS
  19.        In  the  absence  of  any  options, _m_a_c_s_a_v_e reads standard
  20.        input and silently writes the  file(s)  it  contains  into
  21.        MacBinary  format,  giving  the output files ".bin" exten-
  22.        sions and placing them in the current  working  directory.
  23.        Subdirectories are created for embedded folders.
  24.  
  25.        --33     Write  files in fork format (.info, .data and .rsrc
  26.               files)
  27.  
  28.        --ff     As -3, but empty data and rsrc files are  not  cre-
  29.               ated
  30.  
  31.        --rr     Write resource forks only (.rsrc files)
  32.  
  33.        --dd     Write data forks only (.data files)
  34.  
  35.        --uu     As -d, but the codes for CR and LF are interchanged
  36.  
  37.        --aa     Write files in AUFS format.  This  option  is  only
  38.               valid if the program is compiled with AUFS support.
  39.               The current directory must be a valid AUFS  folder.
  40.  
  41.        --ss     Write  extracted files to standard output in MacBi-
  42.               nary format.
  43.  
  44.        --ll     List  every  file  extracted  (and   every   direc-
  45.               tory/folder created etc.)
  46.  
  47.        --vv     Like -l, but more verbose (Implies -l)
  48.  
  49.        --ii     Do not extract, give information only (Implies -l)
  50.  
  51.        --qq     Ask  the  user  for  every  file/folder  whether it
  52.               should be extracted (implies -l)
  53.  
  54.        --VV     Gives the patchlevel  of  the  program,  and  other
  55.               information.   Other  options  are  ignored and the
  56.               program quits immediately.
  57.  
  58.        --HH     Give short information about  the  options.   Other
  59.               options  are  ignored and the program quits immedi-
  60.               ately.
  61.  
  62.  
  63.  
  64.                           July 13, 1991                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACUNPACK(L)                                         MACUNPACK(L)
  71.  
  72.  
  73. BBUUGGSS
  74.        As this is a beta release, there may still be  some  prob-
  75.        lems.
  76.  
  77. AAUUTTHHOORR
  78.        Dik T. Winter, Amsterdam, The Netherlands (dik@cwi.nl)
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  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.