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

  1.  
  2.  
  3.  
  4. MACSTREAM(L)             LOCAL COMMANDS              MACSTREAM(L)
  5.  
  6.  
  7.  
  8. NAME
  9.      macstream - Convert a series of files to a MacBinary stream
  10.  
  11. SYNOPSIS
  12.      macstream [ - options ] files
  13.  
  14. DESCRIPTION
  15.      _m_a_c_s_t_r_e_a_m takes the files specified in  _f_i_l_e_s  and  combines
  16.      them to a MacBinary stream on standard output subject to the
  17.      _o_p_t_i_o_n_s specified.  If _f_i_l_e_s also specifies directories they
  18.      are followed recursively, and all files found will be put in
  19.      the MacBinary stream, together with directory information.
  20.  
  21. OPTIONS
  22.      In the absence of any options, _m_a_c_s_t_r_e_a_m takes the specified
  23.      files  and  silently  combines  them  to a MacBinary stream,
  24.      writing the result to standard output.  Directories named in
  25.      _f_i_l_e_s  are followed recursively, all files found will be put
  26.      in the MacBinary stream, together  with  directory  informa-
  27.      tion.   Files  are  assumed to be in MacBinary format.  How-
  28.      ever, if the filename ends with .info the file is assumed to
  29.      be the info fork of a MacIntosh file split amongst more than
  30.      one file.  In that case  the  files  with  .data  and  .rsrc
  31.      extension  are  also  read  (if present).  Also, if the info
  32.      fork is mentioned in the parameter list, the names  of  data
  33.      and  resource forks can also be mentioned, but those will be
  34.      ignored (this is to allow wild-card expansion by the shell.)
  35.      Further,  if  some  form  of  AppleShare is supported by the
  36.      installed program, and if the current directory, or  one  of
  37.      the  directories  found  during  recursive  processing, is a
  38.      directory  in  the  format  of  the  supported  version   of
  39.      AppleShare,  those  files  will  be handled according to the
  40.      properties of AppleShare.
  41.  
  42.      -r   No intelligent file-processing is performed; all  files
  43.           named  are  assumed to be plain resource files, and are
  44.           written as MacIntosh resource files with creator "RSED"
  45.           and type "RSRC", unless another creator and/or type are
  46.           specified.
  47.  
  48.      -d   No intelligent file-processing is performed; all  files
  49.           named are assumed to be plain data files, and are writ-
  50.           ten as MacIntosh data files  with  creator  "MACA"  and
  51.           type  "TEXT",  unless  another  creator and/or type are
  52.           specified.
  53.  
  54.      -u   As -d, but the codes for CR and LF are interchanged.
  55.  
  56.      -U   Is a synonym for -u.
  57.  
  58.      -c creator
  59.           Defines the creator name to  be  used  if  one  of  the
  60.  
  61.  
  62.  
  63. Sun Release 4.1   Last change: October 22, 1992                 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACSTREAM(L)             LOCAL COMMANDS              MACSTREAM(L)
  71.  
  72.  
  73.  
  74.           previous options is specified.
  75.  
  76.      -t type
  77.           Defines the type name to be used if one of the previous
  78.           options is specified.
  79.  
  80.      -l   List every file and directory processed.
  81.  
  82.      -i   Do not output files,  give  information  only  (implies
  83.           -l.)
  84.  
  85.      -q   Ask the user for every file/directory whether it should
  86.           be visited (implies -l.)
  87.  
  88.      -V   Gives the patchlevel of the program, and other informa-
  89.           tion.   Other options are ignored and the program quits
  90.           immediately.
  91.  
  92.      -H   Give  short  information  about  the  options.    Other
  93.           options are ignored and the program quits immediately.
  94.  
  95. BUGS
  96.      As this is a beta release, there may still be some problems.
  97.  
  98. SEE ALSO
  99.      macutil(1)
  100.  
  101. AUTHOR
  102.      Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  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.