Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Gzip file

0 views
Skip to first unread message

loka...@gmail.com

unread,
May 13, 2008, 1:35:43 AM5/13/08
to

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

unread,
May 13, 2008, 8:36:18 AM5/13/08
to
loka...@gmail.com wrote:
> 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

unread,
May 13, 2008, 8:49:30 AM5/13/08
to
According to <loka...@gmail.com>:

> 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

0 new messages