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 / macstream.1 < prev    next >
Text File  |  1995-09-18  |  3KB  |  96 lines

  1. .TH MACSTREAM L "October 22, 1992"
  2. .UC
  3. .SH NAME
  4. macstream \- Convert a series of files to a MacBinary stream
  5. .SH SYNOPSIS
  6. .B macstream
  7. [
  8. .B \- options
  9. ] files
  10. .br
  11. .SH DESCRIPTION
  12. .I macstream
  13. takes the files specified in
  14. .I files
  15. and combines them to a MacBinary stream on standard output
  16. subject to the
  17. .I options
  18. specified.
  19. If
  20. .I files
  21. also specifies directories they are followed recursively, and all files
  22. found will be put in the MacBinary stream, together with directory
  23. information.
  24. .SH OPTIONS
  25. In the absence of any options,
  26. .I macstream
  27. takes the specified files and silently combines them
  28. to a MacBinary stream, writing the result to standard output.
  29. Directories named in
  30. .I files
  31. are followed recursively, all files found will be put in the MacBinary
  32. stream, together with directory information.
  33. Files are assumed to be in MacBinary format.
  34. However, if the filename ends with .info the file is assumed to be
  35. the info fork of a MacIntosh file split amongst more than one file.
  36. In that case the files with .data and .rsrc extension
  37. are also read (if present).
  38. Also, if the info fork is mentioned in the parameter list, the names
  39. of data and resource forks can also be mentioned, but those will be
  40. ignored (this is to allow wild-card expansion by the shell.)
  41. Further, if some form of AppleShare is supported by the installed
  42. program, and if the current directory, or one of the directories found
  43. during recursive processing, is a directory in the format of the
  44. supported version of AppleShare, those files will be handled according
  45. to the properties of AppleShare.
  46. .TP
  47. .B \-r
  48. No intelligent file-processing is performed; all files named are assumed
  49. to be plain resource files, and are written as MacIntosh resource files with
  50. creator "RSED" and type "RSRC", unless another creator and/or type are
  51. specified.
  52. .TP
  53. .B \-d
  54. No intelligent file-processing is performed; all files named are assumed
  55. to be plain data files, and are written as MacIntosh data files with
  56. creator "MACA" and type "TEXT", unless another creator and/or type are
  57. specified.
  58. .TP
  59. .B \-u
  60. As -d, but the codes for CR and LF are interchanged.
  61. .TP
  62. .B \-U
  63. Is a synonym for -u.
  64. .TP
  65. .B \-c creator
  66. Defines the creator name to be used if one of the previous options is
  67. specified.
  68. .TP
  69. .B \-t type
  70. Defines the type name to be used if one of the previous options is
  71. specified.
  72. .TP
  73. .B \-l
  74. List every file and directory processed.
  75. .TP
  76. .B \-i
  77. Do not output files, give information only (implies -l.)
  78. .TP
  79. .B \-q
  80. Ask the user for every file/directory whether it should be visited
  81. (implies -l.)
  82. .TP
  83. .B \-V
  84. Gives the patchlevel of the program, and other information.
  85. Other options are ignored and the program quits immediately.
  86. .TP
  87. .B \-H
  88. Give short information about the options.
  89. Other options are ignored and the program quits immediately.
  90. .SH BUGS
  91. As this is a beta release, there may still be some problems.
  92. .SH SEE ALSO
  93. macutil(1)
  94. .SH AUTHOR
  95. Dik T. Winter, CWI, Amsterdam, The Netherlands (dik@cwi.nl)
  96.