Summary of the XZ command for the Linux Compression command (iii)

Source: Internet
Author: User

XZcompression of directories is also not supported

? XZ 1.txt

Compressed files, the source files disappear after compression

Du-sh 1.TXT.XZ

? viewing compressed files after size

Xz-d 1.TXT.XZ

? Unzip, the compressed package disappears after decompression

Unxz 1.TXT.XZ

? Unzip the file with xz-d

Xz-c 1.txt >?/2.txt.xz

Compresses files to the specified directory, supports renaming compressed file names, compresses source files without disappearing

Xzcat 2.txt.xz | More

View the contents of a file in a compressed package

Xz-c-D 2.txt.xz? >./2.txt

Unzip the file to the specified directory to support renaming, the compressed package does not disappear

Unxz-c 2.txt.xz >?/3.txt

Ditto


Summary of the XZ command for the Linux Compression command (iii)

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.