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

  1.  
  2.  
  3.  
  4. MACUNPACK(L)                                         MACUNPACK(L)
  5.  
  6.  
  7. NNAAMMEE
  8.        hexbin - Macintosh file de-debinhexer
  9.  
  10. SSYYNNOOPPSSIISS
  11.        hheexxbbiinn [ -- ooppttiioonnss ] [ files ]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        _h_e_x_b_i_n  takes  the  specified text file specified in _f_i_l_e_s
  15.        (or standard input if none is specified) and converts  the
  16.        files it contains subject to the _o_p_t_i_o_n_s specified.
  17.  
  18. OOPPTTIIOONNSS
  19.        In  the absence of any options, _h_e_x_b_i_n takes the specified
  20.        files and silently converts 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.  
  24.        --33     Write files in fork format (.info, .data and  .rsrc
  25.               files)
  26.  
  27.        --ff     As  -3,  but empty data and rsrc files are not cre-
  28.               ated
  29.  
  30.        --rr     Write resource forks only (.rsrc files)
  31.  
  32.        --dd     Write data forks only (.data files)
  33.  
  34.        --uu     As -d, but the codes for CR and LF are interchanged
  35.  
  36.        --aa     Write  files  in  AUFS format.  This option is only
  37.               valid if the program is compiled with AUFS support.
  38.               The  current directory must be a valid AUFS folder.
  39.  
  40.        --ss     Write extracted files to standard output in  MacBi-
  41.               nary format.
  42.  
  43.        --ll     List   every   file  extracted  (and  every  direc-
  44.               tory/folder created etc.)
  45.  
  46.        --vv     Like -l, but more verbose.   When  this  option  is
  47.               specified  all  lines  skipped  because they do not
  48.               belong to the hexified format are  listed  (Implies
  49.               -l)
  50.  
  51.        --ii     Do not convert, give information only (Implies -l)
  52.  
  53.        --cc     Do  not check whether the hexified lines have equal
  54.               size.  Normally the hexifiers gives text files with
  55.               equal  length  line  size,  hexbin uses this in its
  56.               heuristics to determine  whether  a  line  must  be
  57.               skipped.   There are however hexified files that do
  58.               not conform to that pattern.   If  this  option  is
  59.               specified  hexbin  will  in  general  be  unable to
  60.               detect whether a line is garbage  or  not,  so  you
  61.  
  62.  
  63.  
  64.                           July 13, 1991                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MACUNPACK(L)                                         MACUNPACK(L)
  71.  
  72.  
  73.               have to remove the garbage by hand.
  74.  
  75.        --nn nnaammee
  76.               Gives  the  Unix  base  file name for the converted
  77.               files.  For files hexified with BinHex 4.0 or  com-
  78.               patible  hexifiers  this flag is not needed; hexbin
  79.               will determine the Unix file name based on the  Mac
  80.               file name.  For files in dl, hex or hcx format this
  81.               parameter may be needed as  these  formats  do  not
  82.               include  the Mac filename.  Normally hexbin will in
  83.               those cases base the Unix file  name  on  the  text
  84.               file  name,  but  that  can  be overruled with this
  85.               parameter.
  86.  
  87.        --VV     Gives the patchlevel  of  the  program,  and  other
  88.               information.   Other  options  are  ignored and the
  89.               program quits immediately.
  90.  
  91.        --HH     Give short information about  the  options.   Other
  92.               options  are  ignored and the program quits immedi-
  93.               ately.
  94.  
  95. BBUUGGSS
  96.        As this is a beta release, there may still be  some  prob-
  97.        lems.
  98.  
  99. AAUUTTHHOORR
  100.        Dik T. Winter, Amsterdam, The Netherlands (dik@cwi.nl)
  101.  
  102.        Parts  of the code are based on codes from: ahm (?), Darin
  103.        Adler, Jim  Budler,  Dave  Johnson,  Dan  LaLiberte,  Jeff
  104.        Meyer, Guido van Rossum.
  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.