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

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