home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / uuencode / uucat.msg < prev    next >
Internet Message Format  |  1992-11-08  |  1KB

  1. From: d84sp@efd.lth.se (Stefan Parmark)
  2. Subject: uucat - updated version
  3. Date: 29 Sep 90 07:35:26 GMT
  4.  
  5. I'm glad my program uucat.c was appreciated, and is used by
  6. many of you out there.  So I decided to post an updated version.
  7. For those who don't know what uucat is, here's a description:
  8.  
  9. You use it to uudecode multi-part uuencoded files.  It has worked
  10. for all newsgroups I have tested so far.  It saves you the effort
  11. of having to edit the files.  To compile it, extract everything
  12. between the two lines which say 'CUT HERE', and save it as uucat.c.
  13. To compile it on a Unix machine, type
  14.  
  15. > cc -o uucat uucat.c
  16.  
  17. On other machines, the C compiler is called something else.
  18.  
  19. In order to decode files, type
  20.  
  21. > uucat file1 file2 ... filen | uudecode
  22. or
  23.  
  24. > cat file1 file2 ... filen | uucat | uudecode
  25.  
  26. or, if you already have concatenated them into one file
  27.  
  28. > uucat file | uudecode
  29.  
  30. Uucat is placed in the public domain, and I assume no responsibility
  31. for its usage.
  32.  
  33. I would like to add the fact that some news readers have this function
  34. built-in.. nn has, but rn, which I use, hasn't.
  35.  
  36. /Stefan
  37. -- 
  38. ------------------------------------------------------------------
  39. Stefan Parmark        d84sp@efd.lth.se
  40. ------------------------------------------------------------------
  41.  
  42.  
  43.