Summary of common Linux compression and decompression operations

Source: Internet
Author: User

Assume that there is a project folder in the current directory, which contains several files.

. Tar
Compression:Tar CVF project.tar Project/
Decompress:Tar xvf project.tar
View:Tar tvf project.tar
Note: It is only packaged and not compressed. It is often used for fast packaging.

. GZ
Compression:Gzip project.tar
Decompress:Gzip-D project.tar.gzOrGunzip project.tar.gz
View:Gzip-l project.tar.gz
Note: a document is usually compressed into the .tar.gz format.

.Tar.gz/. tgz
Compression:Tar czvf project.tar.gz Project/
Decompress:Tar xzvf project.tar.gz
View:Tar tvf project.tar.gz

.Tar.bz2
Compression:Tar czvf project.tar.bz2 Project/
Decompress:Tar xzvf project.tar.bz2
View:Tar tvf project.tar.bz2

. Zip
Compression:Zip-r project.zip Project/
Decompress:Unzip project.zip

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.