home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / MAN / hexbin.man < prev    next >
Text File  |  1995-09-18  |  3KB  |  107 lines

  1. .TH HEXBIN L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. hexbin \- Macintosh file de-binhexer
  5. .SH SYNOPSIS
  6. .B hexbin
  7. [
  8. .B \- options
  9. ] [ files ]
  10. .br
  11. .SH DESCRIPTION
  12. .I hexbin
  13. takes the text files specified in
  14. .I files
  15. (or standard input if none is specified) and converts them
  16. subject to the
  17. .I options
  18. specified.
  19. .SH OPTIONS
  20. In the absence of any options,
  21. .I hexbin
  22. takes the specified files and silently converts them
  23. into MacBinary format, giving the output files ".bin" extensions and
  24. placing them in the current working directory.
  25. .TP
  26. .B \-3 
  27. Write files in fork format (.info, .data and .rsrc files.)
  28. .TP
  29. .B \-f 
  30. As -3, but empty data and rsrc files are not created.
  31. .TP
  32. .B \-r
  33. Write resource forks only (.rsrc files.)
  34. .TP
  35. .B \-d
  36. Write data forks only (.data files.)
  37. .TP
  38. .B \-u
  39. As -d, but the codes for CR and LF are interchanged, the filename extension
  40. is .text.
  41. .TP
  42. .B \-U
  43. As -u, but there is no filename extension.
  44. .TP
  45. .B \-a
  46. Write files in AppleShare format.
  47. This option is only valid if the program is compiled with support
  48. for some form of AppleShare.
  49. The current directory must be a valid AppleShare folder.
  50. .TP
  51. .B \-s
  52. Write extracted files to standard output in MacBinary format.
  53. .TP
  54. .B \-l
  55. List every file extracted (and every directory/folder created etc.)
  56. .TP
  57. .B \-v
  58. Like -l, but more verbose.
  59. When this option is specified all lines skipped because they do not
  60. belong to the hexified format are listed (implies -l.)
  61. .TP
  62. .B \-i
  63. Do not convert, give information only (implies -l.)
  64. .TP
  65. .B \-c
  66. Do not check whether the hexified lines have equal size.
  67. Normally the hexifiers gives text files with equal length line size,
  68. hexbin uses this in its heuristics to determine whether a line must
  69. be skipped.
  70. There are however hexified files that do not conform to that pattern.
  71. If this option is specified hexbin will in general be unable to detect
  72. whether a line is garbage or not, so you have to remove the garbage by
  73. hand.
  74. .TP
  75. .B \-n name
  76. Gives the Unix base file name for the converted files.
  77. For files hexified with BinHex 4.0 or compatible hexifiers this flag
  78. is not needed; hexbin will determine the Unix file name based on the
  79. Mac file name.
  80. For files in dl, hex or hcx format this parameter may be needed as
  81. these formats do not include the Mac filename.
  82. Normally hexbin will in those cases base the Unix file name on the
  83. text file name, but that can be overruled with this parameter.
  84. .TP
  85. .B \-V
  86. Gives the patchlevel of the program, and other information.
  87. Other options are ignored and the program quits immediately.
  88. .TP
  89. .B \-H
  90. Give short information about the options.
  91. Other options are ignored and the program quits immediately.
  92. .SH BUGS
  93. As this is a beta release, there may still be some problems.
  94. .SH SEE ALSO
  95. macutil(1)
  96. .SH AUTHOR
  97. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  98. .sp 1
  99. Parts of the code are based on codes from:
  100. ahm (?),
  101. Darin Adler,
  102. Jim Budler,
  103. Dave Johnson,
  104. Dan LaLiberte,
  105. Jeff Meyer,
  106. Guido van Rossum.
  107.