[linux-help] Re: Unzipping files with the *.gz extension
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Tue, 7 Nov 2000, Patrick Klee wrote:
> I know how to untar *.tgz and *.tar.gz files, but I don't know how
> to untar *.gz files. For on thing, I try to download something, but
> Netscape tries to save without the *.gz extension. Any suggestions?
To add some more comments...
Unlike ZIP, traditional Unix utilities don't combine the file-archiving
feature with the compression feature in the same program. ZIP packs a
bunch of files into an archive and compresses them all in one step.
Under Unix, one packs the files into an archive with one utility (tar) and
compresses them with another (gzip). This gives you some flexibility that
ZIP doesn't have... compressing an individual file without creating an
"archive" for one. Because gzip's default behavior is to (un)compress "in
place" (replacing the original file with the (un)compressed file), this
simplifies operations involving regularly (un)compressing data files on
the fly. (Maybe not such a big deal now that disk space is so cheap, but
there are still times that it's handy.)
This is just another example of how Unix has traditionally broken
operations down into small bites, making a system of tools with many
applications. (Though in this case, tar wasn't originally meant for
creating file-based archives... it was for dumping files to tape. It
probably predates the original compress/uncompress programs that gzip is a
descendant of.)
--
Carl D Cravens (raven@xxxxxxxxxxx)
The modems canno' stand the strain, captain!
-- This is the linux-help@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
- [linux-help] Unzipping files with the *.gz extension, Patrick Klee, 2000/11/07
- [linux-help] Re: Unzipping files with the *.gz extension, Jesse Kaufman, 2000/11/07
- [linux-help] Re: Unzipping files with the *.gz extension,
Carl D Cravens <=
- [linux-help] Re: Unzipping files with the *.gz extension, BOB GOODWIN, 2000/11/08
- [linux-help] Re: Unzipping files with the *.gz extension, Jesse Kaufman, 2000/11/08
- [linux-help] Re: Unzipping files with the *.gz extension, Michael Holmes, 2000/11/09
- [linux-help] Kensington PS/2 Orbit Track Ball Drivers, David Carmichael, 2000/11/10
- [linux-help] Re: Kensington PS/2 Orbit Track Ball Drivers, BOB GOODWIN, 2000/11/10
- [linux-help] Re: Kensington PS/2 Orbit Track Ball Drivers, now works but... sound card is not, David Carmichael, 2000/11/10
[linux-help] Re: Unzipping files with the *.gz extension, Steven Saner, 2000/11/11
|
|