General Compress Commands


Table of Contents

cmd:gzip, how worse it is to compress again 
cmd:bzip2 
Usage 
Info 
Source 
DESCRIPTION 
MEMORY MANAGEMENT 
RECOVERING DATA FROM DAMAGED FILES 
cmd:unarj 
Info 
Source 
Related Urls 
Build & Installation 
Compressed backups 

cmd:gzip, how worse it is to compress again 

$ dir bin*
-rw-------   1 suntong  glan       356561 Feb 21 17:01 bin.tgz
$ mv bin.tgz bin
$ gzip bin
$ dir bin*
-rw-------   1 suntong  glan       356449 Feb 21 17:01 bin.gz
[Tip]

!!

So it doesn't hurt to gzip again.