"<-=Memphis=->" <[EMAIL PROTECTED]> writes:

> How do I extract or decompress a gz file?
> For example if the filename is file.gz, what the command line should be
> looked like?
> thanx

gunzip file.gz for extracting.
zcat file.gz for reading it.
or zless file.gz

Reply via email to