Main Page | Report this Page
 
   
Science Forum Index  »  Compression Forum  »  Gzip file...
Page 1 of 1    
Author Message
...
Posted: Mon May 12, 2008 7:35 pm
Guest
Hi...
I am deal with decompressing Gzip file.I am looking for a Gzip file
having more than one member (member will contains compressed data
blocks).If anyboddy have then mail me gzip file.
Thanking you,

Regards,
Sandeep.
Thomas Richter...
Posted: Tue May 13, 2008 7:36 am
Guest
lokaresa at (no spam) gmail.com wrote:
Quote:
Hi...
I am deal with decompressing Gzip file.I am looking for a Gzip file
having more than one member (member will contains compressed data
blocks).If anyboddy have then mail me gzip file.

"gzip" is not an archiver. It is only a compressor. Traditionally, you
first "tar" files (which is an archiver) and then compress the output by
gzip. That said, there are no such files, unless you talk about .tar.gz
files - a different species, though.

gzip follows the *ix philosophy: One tool for a job. Archiving and
compressing are two (different) jobs.

So long,
Thomas
Thomas Pornin...
Posted: Tue May 13, 2008 7:49 am
Guest
According to <lokaresa at (no spam) gmail.com>:
Quote:
I am deal with decompressing Gzip file.I am looking for a Gzip file
having more than one member (member will contains compressed data
blocks).If anyboddy have then mail me gzip file.

Gzip members are simply concatenated. If you have two files compressed
with gzip, then just append one to the other. Upon decompression, gzip
will see the two members and concatenate the two uncompressed chunks
into a single output file.


--Thomas Pornin
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Thu Oct 16, 2008 3:53 pm