home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10788 < prev    next >
Encoding:
Text File  |  1992-09-15  |  972 b   |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!ods!david
  3. From: david@ods.com (David Engel)
  4. Subject: Re: GCC missing file?
  5. Message-ID: <1992Sep16.034016.21028@ods.com>
  6. Organization: Optical Data Systems, Inc.
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <1992Sep16.023545.9599@mintaka.lcs.mit.edu>
  9. Date: Wed, 16 Sep 1992 03:40:16 GMT
  10. Lines: 20
  11.  
  12. Eric Youngdale (ericy@hal.gnu.ai.mit.edu) wrote:
  13. : zcat.  Zcat is expecting something with a trailing .Z in the name.  To get
  14. : around this, I changed:
  15. : zcat jump-4.1.TZ | ...
  16. : cat jump-4.1.TZ | uncompress | ...
  17. : This is not verbatim, but you get the general idea.
  18.  
  19. I noticed that too, but forgot to mention it to H.J. before the release.
  20. Anyways, you can do without the unnecessary cat by doing this:
  21.  
  22.     zcat < jump-4.1.TZ | ...
  23.  
  24. David
  25. -- 
  26. David Engel                        Optical Data Systems, Inc.
  27. david@ods.com                      1101 E. Arapaho Road
  28. (214) 234-6400                     Richardson, TX  75081
  29.