home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / decode / uucat.zoo / uucat.doc < prev    next >
Encoding:
Text File  |  1991-04-01  |  3.1 KB  |  86 lines

  1.                              uucat(tm) v0.0
  2.  
  3.     This program will concatonate a set of uuencoded files into one file,
  4.     stripping out the headers and footers.  To do this, it assumes the
  5.     headers and footers used in c.b.i.p.  This program will not order
  6.     the parts, i.e. first come, first served.
  7.  
  8.     Examples:
  9.  
  10. 1)      uucat yall y1 y2 y3 y4 y5
  11.  
  12. Will concatonate y1, y2, y3, y4, and y5 into a file named yall.
  13.  
  14. 2)      uucat yall y?
  15.  
  16. Will concatonate all files, y? into a file named yall.  If the files
  17. y1, y2, y3, y4, y5, and y10 were in the current directory, then all
  18. the files except y10 would be put into yall.
  19.  
  20. 3)      uucat yall y*
  21.  
  22. Will concatonate all files, y? into a file named yall.  If the files
  23. y1, y2, y3, y4, y5, and y10 were in the current directory, then all
  24. the files would be put in yall.
  25.  
  26. Note:  The order the files would be put in would be:
  27.  
  28.         y1, y10, y2, y3, y4, y5
  29.  
  30. 4)      uucat yall y? y1?
  31.  
  32. Will concatonate all files, y? and y1? into a file named yall.  If the files
  33. y1, y2, y3, y4, y5, and y10 were in the current directory, then all
  34. the files would be put in yall.
  35.  
  36. Note:  The order the files would be put in would be:
  37.  
  38.         y1, y2, y3, y4, y5, y10
  39.  
  40.  
  41. __You are responsible for knowing what you are doing with this tool.__
  42.  
  43. (See the disclaimer in uucat.c).
  44.  
  45. The executable version of uucat included in this distribution was
  46. compiled with Borland C++ v2.0.  There is no c++ code in it though.
  47. The executable was complied with the -v -M -f- -ml -1- options.
  48. Thus it should run on any XX86 system.  If not, compile it yourself.
  49.  
  50.                   FILES INCLUDED IN THIS DISTRIBUTION
  51.  
  52.             --  uucat.c  v0.0,  all you need, besides a compiler,
  53.                                 to do it yourself
  54.             --  uucat.doc,      this file
  55.             --  uucat.exe v0.0, an executable form of uucat.c v0.0
  56.  
  57. __You are responsible for knowing what you are doing with this tool.__
  58.  
  59. (See the disclaimer in uucat.c).
  60.  
  61. Finally:
  62.  
  63. While I included the source, I am not giving it away.  I reserve all
  64. rights to it.  Feel free to copy it, modify it, and distribute it.
  65.  
  66. Don't feel free to charge anyone for it though.  I'm not asking anyone
  67. for any money for it, I wrote it for myself.  If you get any use out
  68. of it, and really feel that you should send me money, please do either
  69. one of the two following actions:
  70.  
  71.     1)  Send the money to some Shareware Author whose work you really
  72.         admire.  I'm sure that I used their product at one time.
  73.  
  74.     2)  Find a charity you whose work you admire.  I'm sure that they
  75.         can use your money more than I could.
  76.  
  77. Also understand though that I am not responsible for any modifications
  78. made by anyone else.  I am also not responsible for any damages
  79. incurred by this product.  I have used it on my own machine, and I
  80. wouldn't distribute it if it had caused serious harm to my disks.
  81.  
  82. Constructive critisms, or bug reports, can be sent to tdh@drd.com
  83.  
  84.     COPYRIGHT:  This program is the sole property of Thomas D. Haynes.
  85.                             Copyright 1991.
  86.