evalEmpire / gitpan

Git repositories for all of CPAN
http://github.com/gitpan
73 stars 12 forks source link

Double compressed archives #88

Open schwern opened 10 years ago

schwern commented 10 years ago
vsiegel commented 9 years ago

Do you think they are double compressed based on the file names? Just in case: A file foo.tar.gz is not compressed two times. Tar is only combining all files to one uncompressed "archive" file. Note "all" could be just one. The foo.tar file is then compressed as a whole by gzip.

A .tar.gz file is similar to a .zip file.

schwern commented 9 years ago

@vsiegel Haha, I wouldn't have gotten very far if I didn't know what a .tar.gz file is. They're tarballs which have been gzipped twice.