Linux gzip, bzip2, zip compression ratio comparison __linux

Source: Internet
Author: User
Tags bz2

Linux under a lot of compression tools, commonly used formats are tar.gz, tar.bz2, zip, etc.

A simple comparison:

TAR-ZCVF etc.tar.gz/etc
tar-jcvf etc.tar.bz2/etc
zip-ry etc.zip/etc

Note that the zip command adds two options

-R represents a recursive directory, or it only presses out an empty directory

-y means to keep the symbolic link without having to press the file that the symbolic link points to.

Compare the results:

[Root@centos6-244-desktop tmp]# ll-h
total dosage 25M
-rw-r--r--. 1 root 7.1M October one 11:13 etc.tar.bz2-rw-r--r--
. 1 root 8.2M October 11:13 etc.tar.gz
-rw-r--r--. 1 root root 8.8M October 11:13 etc.zip

You can see:

compression rate bzip2 > gzip > Zip


Zip is a good commonality, and now Windows software Winrar,7zip and so on tar.gz support is very good. Recommended use of TAR.GZ,BZIP2 to consume more CPU

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.