1837365 Members
3570 Online
110116 Solutions
New Discussion

Re: How to use bzip2?

 
SOLVED
Go to solution
lin.chen
Frequent Advisor

How to use bzip2?

can you tell me how to get and use this utility?
is is has a batter compress rate than others such like unzip,gzip?thanks!
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: How to use bzip2?

Steven Schweda
Honored Contributor

Re: How to use bzip2?

The source and documentation are available
at:

http://www.bzip.org/

It's used much as gzip is, but the
compression ratio tends to be better.
Yogeeraj_1
Honored Contributor

Re: How to use bzip2?

hi,
see also:
http://www.cmve.net/~merijn/

example:
bzip2 -d

Bzip2 is a groovy new algorithm for compressing data. It generally makes files that are 60-70% of the size of their gzip'd counterparts.
(for info see: http://www.faqs.org/docs/Linux-mini/Bzip2.html)

source is downloadable from:
http://sources.redhat.com/bzip2/

hope this helps too!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)