.gz -- gzip extension.

gzip is a program used to compress files, comparable to .zip files in
dos/windows.   To un-gzip a file the command is gzip -d filename.gz or
gunzip filename.gz, same thing.  Then you can read it as a regular text
file. I prefer using: zcat filename.gz |less.  zcat uncompress the file
to standard output for reading and piped through less to control the
scroll.  This way you can keep your documents compress for storage,
without the hastle of uncompressing them all the time.  For more info look
up manpages on gzip, gunzip, tar, zcat, zgrep...

Dennis

On Tue, 1 Jul 1997, David Miles wrote:

> Date: Tue, 1 Jul 1997 03:57:44 -0600 (MDT)
> From: David Miles <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: .gz ???  what, how?
> Resent-Date: Tue, 1 Jul 1997 13:51:05 -0400
> Resent-From: debian-user@lists.debian.org
> 
> 
> I need to read information in manual.txt
> 
> when I went to the /usr/doc/lilo subdirectory, the closest filename that
> resembled this was Manual.txt.gz
> 
> This is not readable by an editor.  Is there something special about the
> .gz??
> 
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . Trouble? 
> e-mail to [EMAIL PROTECTED] .
> 
> 

====================================================================
+ dpk <[EMAIL PROTECTED]>                      + work : 517.353.8892 +
+ Systems Undergrad                          + pager: 517.222.5875 +
+ Division of Engineering Computing Services +                     +
====================================================================


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .

Reply via email to