From: gil@netcom.com (Gilbert Nardo) Subject: Re: gzip & CD-ROMs Date: Tue, 29 Jun 1993 18:18:57 GMT
Michael Hemy (mhemy+@cs.cmu.edu) wrote:
: I think this is an interresting question:
: How do you gunzip a [BIG] file that is on a CD-ROM?
[rm stuff]
: What we need (IMHO) is for gzip to take an argument of a directory
: where to put the files, and yes, I know that this is not a linux-specific
: issue.
redirection and piping exists in Linux, please use them.
Try
gunzip < /cdrom/BIGFILE > EVENBIGGERFILE
or if tar'ed
gunzip < /cdrom/BIGFILE.tgz | tar tf -
-- Gil Nardo | gil@netcom.com Migrant Computing Services | (415)664-1032 (voice) 1032 Irving Street, #435 |----------------- San Francisco, 94122 | Save the Universe: Stop Entropy Now!