home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!ods!david
- From: david@ods.com (David Engel)
- Subject: Re: GCC missing file?
- Message-ID: <1992Sep16.034016.21028@ods.com>
- Organization: Optical Data Systems, Inc.
- X-Newsreader: TIN [version 1.1 PL6]
- References: <1992Sep16.023545.9599@mintaka.lcs.mit.edu>
- Date: Wed, 16 Sep 1992 03:40:16 GMT
- Lines: 20
-
- Eric Youngdale (ericy@hal.gnu.ai.mit.edu) wrote:
- : zcat. Zcat is expecting something with a trailing .Z in the name. To get
- : around this, I changed:
- :
- : zcat jump-4.1.TZ | ...
- :
- : cat jump-4.1.TZ | uncompress | ...
- :
- : This is not verbatim, but you get the general idea.
-
- I noticed that too, but forgot to mention it to H.J. before the release.
- Anyways, you can do without the unnecessary cat by doing this:
-
- zcat < jump-4.1.TZ | ...
-
- David
- --
- David Engel Optical Data Systems, Inc.
- david@ods.com 1101 E. Arapaho Road
- (214) 234-6400 Richardson, TX 75081
-