home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / macutils.zip / macsave.man < prev    next >
Text File  |  1992-11-19  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4. MACSAVE(L)               LOCAL COMMANDS                MACSAVE(L)
  5.  
  6.  
  7.  
  8. NAME
  9.      macsave - Save Mac files read from standard input
  10.  
  11. SYNOPSIS
  12.      macsave [ - options ]
  13.  
  14. DESCRIPTION
  15.      _m_a_c_s_a_v_e reads a sequence of Macintosh MacBinary  files  from
  16.      standard  input  and writes the files it contains subject to
  17.      the _o_p_t_i_o_n_s specified.
  18.  
  19. OPTIONS
  20.      In the absence of any options, _m_a_c_s_a_v_e reads standard  input
  21.      and  silently  writes  the  file(s) it contains in MacBinary
  22.      format, giving the output files ".bin" extensions and  plac-
  23.      ing  them  in the current working directory.  Subdirectories
  24.      are created for embedded folders.
  25.  
  26.      -3   Write files in fork  format  (.info,  .data  and  .rsrc
  27.           files.)
  28.  
  29.      -f   As -3, but empty data and rsrc files are not created.
  30.  
  31.      -r   Write resource forks only (.rsrc files.)
  32.  
  33.      -d   Write data forks only (.data files.)
  34.  
  35.      -u   As -d, but the codes for CR and  LF  are  interchanged,
  36.           the filename extension is .text.
  37.  
  38.      -U   As -u, but there is no filename extension.
  39.  
  40.      -a   Write files in AppleShare format.  This option is  only
  41.           valid  if the program is compiled with support for some
  42.           form of AppleShare.  The current directory  must  be  a
  43.           valid AppleShare folder.
  44.  
  45.      -s   Write extracted files to standard output  in  MacBinary
  46.           format.
  47.  
  48.      -l   List every file extracted (and  every  directory/folder
  49.           created etc.)
  50.  
  51.      -v   Like -l, but more verbose (implies -l.)
  52.  
  53.      -i   Do not extract, give information only (implies -l.)
  54.  
  55.      -q   Ask the user for every file/folder whether it should be
  56.           extracted (implies -l.)
  57.  
  58.      -V   Gives the patchlevel of the program, and other informa-
  59.           tion.   Other options are ignored and the program quits
  60.  
  61.  
  62.  
  63. Sun Release 4.1   Last change: October 22, 1992                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACSAVE(L)               LOCAL COMMANDS                MACSAVE(L)
  71.  
  72.  
  73.  
  74.           immediately.
  75.  
  76.      -H   Give  short  information  about  the  options.    Other
  77.           options are ignored and the program quits immediately.
  78.  
  79. BUGS
  80.      As this is a beta release, there may still be some problems.
  81.  
  82. SEE ALSO
  83.      macutil(1)
  84.  
  85. AUTHOR
  86.      Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  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. Sun Release 4.1   Last change: October 22, 1992                 2
  130.  
  131.  
  132.  
  133.