home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / compress / 3895 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.compression
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usenet.coe.montana.edu!news.u.washington.edu!ns1.nodak.edu!plains.NoDak.edu!compton
  3. From: compton@plains.NoDak.edu (Curtis M. Compton)
  4. Subject: Re: compressor writing uuencoded files
  5. Sender: usenet@ns1.nodak.edu (News login)
  6. Message-ID: <Bxz9L9.CqK@ns1.nodak.edu>
  7. Date: Thu, 19 Nov 1992 19:17:33 GMT
  8. References: <1992Nov19.141920.27289@htsa.aha.nl>
  9. Nntp-Posting-Host: plains.nodak.edu
  10. Organization: University of North Dakota, Grand Forks
  11. Lines: 26
  12.  
  13. In article <1992Nov19.141920.27289@htsa.aha.nl>
  14.     eduard@htsa.aha.nl (Eduard Beijnes) writes:
  15.  
  16. >Are there compressors who write uuencoded files ?
  17. >The files are for transport via the net.
  18.  
  19. >Something like:
  20. >arj a -vv60000 -uuencoded postfile program.exe
  21.  
  22. >(the result is compressed files uuencoded < normal uuencoded files)
  23.  
  24. Why not simply do the following?
  25.  
  26. % compress yourprogram.exe | uuencode - yourprogram.exe.Z > output.uue
  27.  
  28. Or you could pipe it to a mailer (elm, for example) or to a news poster
  29. (Pnews, for another example).
  30.  
  31. % compress yourprogram.exe | uuencode - yourprogram.exe.Z | elm friend@foobox
  32.  
  33. -- 
  34. Curtis M. Compton           | Future home of Rookerie Software |
  35. compton@plains.NoDak.edu    +----------------------------------+
  36. 560 Carleton Court, Apt #11 | "I am the Walrus"               - John Lennon
  37. Grand Forks, ND 58203       | "I am the Keeper of the Cheese" - Ren Hoek
  38. (701) 795-5099              | "I am the Master of Penguins"   - Curt Compton
  39.