Linux Learning notes-merging and archiving of documents

Source: Internet
Author: User
Tags bz2 gz file

> Coverage

>> Append

Archive (archiving) is the packaging of many files (or directories) into one file

Common options for the tar command:
C: Create a new tar file.
T: Lists the contents of the directory in the tar file.
X: Extract the files from the tar file.
F: Specify the archive or tape (or possibly floppy) device (typically selected).
V: Displays the details of the packaged file, and V is the 1th letter of the verbose.
Z: Use the gzip compression algorithm to compress the packaged files.
J: Use the BZIP2 compression algorithm to compress the packaged file.

Package: Tar CF Test.tar Test test.txt

Show archived files: Tar tf Test.tar

Extract archive: Tar XF test.tar-c path

Compression is the use of a large file through some compression algorithm into a small file

gzip =! Gunzip

BZIP2 =! Bunzip2

Compression: gzip file1–c >/path/name.gz

Decompression: Gunzip file1.gz >

Compression: bzip2 file1 >

Decompression: Bunzip2 file1.bz2 >

Package compression: Tar cvfz file.tar.gz file

Package compression: Tar cvfj file.tar.bz2 file

Linux Learning notes-merging and archiving of documents

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.