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

  1. .TH MACSAVE L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. macsave \- Save Mac files read from standard input
  5. .SH SYNOPSIS
  6. .B macsave
  7. [
  8. .B \- options
  9. ]
  10. .br
  11. .SH DESCRIPTION
  12. .I macsave
  13. reads a sequence of Macintosh MacBinary files from standard input and writes
  14. the files it contains subject to the
  15. .I options
  16. specified.
  17. .SH OPTIONS
  18. In the absence of any options,
  19. .I macsave
  20. reads standard input and silently writes the file(s) it contains
  21. in MacBinary format, giving the output files ".bin" extensions and
  22. placing them in the current working directory.
  23. Subdirectories are created for embedded folders.
  24. .TP
  25. .B \-3 
  26. Write files in fork format (.info, .data and .rsrc files.)
  27. .TP
  28. .B \-f 
  29. As -3, but empty data and rsrc files are not created.
  30. .TP
  31. .B \-r
  32. Write resource forks only (.rsrc files.)
  33. .TP
  34. .B \-d
  35. Write data forks only (.data files.)
  36. .TP
  37. .B \-u
  38. As -d, but the codes for CR and LF are interchanged, the filename extension
  39. is .text.
  40. .TP
  41. .B \-U
  42. As -u, but there is no filename extension.
  43. .TP
  44. .B \-a
  45. Write files in AppleShare format.
  46. This option is only valid if the program is compiled with support
  47. for some form of AppleShare.
  48. The current directory must be a valid AppleShare folder.
  49. .TP
  50. .B \-s
  51. Write extracted files to standard output in MacBinary format.
  52. .TP
  53. .B \-l
  54. List every file extracted (and every directory/folder created etc.)
  55. .TP
  56. .B \-v
  57. Like -l, but more verbose (implies -l.)
  58. .TP
  59. .B \-i
  60. Do not extract, give information only (implies -l.)
  61. .TP
  62. .B \-q
  63. Ask the user for every file/folder whether it should be extracted
  64. (implies -l.)
  65. .TP
  66. .B \-V
  67. Gives the patchlevel of the program, and other information.
  68. Other options are ignored and the program quits immediately.
  69. .TP
  70. .B \-H
  71. Give short information about the options.
  72. Other options are ignored and the program quits immediately.
  73. .SH BUGS
  74. As this is a beta release, there may still be some problems.
  75. .SH SEE ALSO
  76. macutil(1)
  77. .SH AUTHOR
  78. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  79.