home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1997 March / Simtel-MSDOS-Mar1997-CD2.iso / 00_start / uucat.msg < prev    next >
Internet Message Format  |  1996-02-23  |  1KB

  1. Date: 29 Sep 90 07:35:26 GMT
  2. From: d84sp@efd.lth.se (Stefan Parmark)
  3. Subject: uucat - updated version
  4.  
  5. I'm glad my program uucat.c was appreciated, and is used by many of you
  6. out there.  So I decided to post an updated version. For those who don't
  7. know what uucat is, here's a description:
  8.  
  9. You use it to uudecode multi-part uuencoded files.  It has worked for
  10. all newsgroups I have tested so far.  It saves you the effort of having
  11. to edit the files.
  12.  
  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 for
  31. 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.