From: Alan Morgan (alanm@gateway.efi.com)
Date: 06/29/93


From: alanm@gateway.efi.com (Alan Morgan)
Subject: Re: gzip & CD-ROMs
Date: 29 Jun 1993 15:31:24 -0700

In article <C9E42F.F3n.1@cs.cmu.edu> mhemy+@cs.cmu.edu (Michael Hemy) writes:
>I think this is an interresting question:
>How do you gunzip a [BIG] file that is on a CD-ROM?

gunzip -c bigassfile.gz > wherever.you.want

>--Michael

Alan