Linux Learning-Compress unzip command

Source: Internet
Author: User
Tags bz2

One, ". GZ" Compressed file 1 compression syntax

      gzip [file]

2 decompression syntax

      gunzip [Compressed file]

3 lines

Gzip can only compress files

Gzip does not retain original files

Second, ". bz2" Compressed file 1 compression syntax

bzip2 [-K] [file]

-K Retain original file (keep) after generating compressed file

2 decompression syntax

BUNZIP2 [-K] [file]

-K retains the original compressed file (keep) after generating the extracted file

3 description

BZIP2 can only compress files

Iii. ". tar.gz" Compression directory 1 syntax

      tar [-ZCFV] [file name after compression] [directory]

-Z Packaging also compresses to ". GZ" Compressed files

-J packaging simultaneously compresses ". bz2" Compressed files

-C Packaging

-X Unpack the package

-F Specify File name

-V Show More information

2 description

Tar retains original file

Iv. ". zip" Compressed file or directory 1 compression syntax

      Zip [-r] [compressed filename] [file or directory]

-R Compression Directory

2 decompression syntax

      Unzip [compressed file]

3 lines

Zip retains original file

Zip compression ratio gzip poor

Linux Learning-Compress unzip command

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.