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 / macunpack.1 < prev    next >
Text File  |  1995-09-18  |  2KB  |  101 lines

  1. .TH MACUNPACK L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. macunpack \- Macintosh file de-archiver
  5. .SH SYNOPSIS
  6. .B macunpack
  7. [
  8. .B \- options
  9. ] [ file ]
  10. .br
  11. .SH DESCRIPTION
  12. .I macunpack
  13. takes the Macintosh MacBinary archive specified in
  14. .I file
  15. (or standard input if none is specified) and extracts the files it
  16. contains subject to the
  17. .I options
  18. specified.
  19. The program will also accept the data fork of the archive for some kinds
  20. of archive as standard input.
  21. .SH OPTIONS
  22. In the absence of any options,
  23. .I macunpack
  24. takes the specified archive and silently extracts the file(s) it contains
  25. into MacBinary format, giving the output files ".bin" extensions and
  26. placing them in the current working directory.
  27. Subdirectories are created for embedded folders.
  28. .TP
  29. .B \-3 
  30. Write files in fork format (.info, .data and .rsrc files.)
  31. .TP
  32. .B \-f 
  33. As -3, but empty data and rsrc files are not created.
  34. .TP
  35. .B \-r
  36. Write resource forks only (.rsrc files.)
  37. .TP
  38. .B \-d
  39. Write data forks only (.data files.)
  40. .TP
  41. .B \-u
  42. As -d, but the codes for CR and LF are interchanged, the filename extension
  43. is .text.
  44. .TP
  45. .B \-U
  46. As -u, but there is no filename extension.
  47. .TP
  48. .B \-a
  49. Write files in AppleShare format.
  50. This option is only valid if the program is compiled with support
  51. for some form of AppleShare.
  52. The current directory must be a valid AppleShare folder.
  53. .TP
  54. .B \-s
  55. Write extracted files to standard output in MacBinary format.
  56. .TP
  57. .B \-l
  58. List every file extracted (and every directory/folder created etc.)
  59. .TP
  60. .B \-v
  61. Like -l, but more verbose (implies -l.)
  62. .TP
  63. .B \-i
  64. Do not extract, give information only (implies -l.)
  65. .TP
  66. .B \-q
  67. Ask the user for every file/folder whether it should be extracted
  68. (implies -l.)
  69. .TP
  70. .B \-V
  71. Gives the patchlevel of the program, and other information.
  72. Other options are ignored and the program quits immediately.
  73. .TP
  74. .B \-H
  75. Give short information about the options.
  76. Other options are ignored and the program quits immediately.
  77. .SH BUGS
  78. As this is a beta release, there may still be some problems.  Archives
  79. that are password protected and multi-file archives
  80. are not dealt with.
  81. .SH SEE ALSO
  82. macutil(1)
  83. .SH AUTHOR
  84. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  85. .sp 1
  86. Parts of the code are based on codes from:
  87. Steve Davies,
  88. Rahul Dhesi,
  89. Casper H.S. Dik,
  90. Jim McKie,
  91. Mark G. Mendel,
  92. Haruhiko Okumura,
  93. Joe Orost,
  94. Samuel H. Smith,
  95. Yooichi Tagawa,
  96. Spencer W. Thomas,
  97. Ken Turkowski,
  98. Allan G. Weber,
  99. James A. Woods and
  100. Haruyasu Yoshizaki.
  101.