Linux file management-compression and decompression command: tar format: tar option file directory list function: Package and back up the file directory www.2cto.com option: -c create a new archive file-r append a file to the end of the archive file-
Creation format: Tar czvf ← file name .tar.gz] [file name]
For example, tar czvf test.tar.gz test (the current command occurs in the directory where the file to be packaged is located)
Decompression format: Tar zxvf ghost file name .tar.gz]
The most well-known archive/compression tool in Linux
In many cases, sending or receiving large files and images over the Internet is a headache. The compression and decompression tools can solve this problem. Next, let's quickly browse some
Many times, sending or receiving large files and pictures over the internet is a headache. The compression and decompression tools are just the answer. Let's take a quick look at some open source tools that can make our work easier.TarTar is derived
The tar command in Linux
The TAR (tape archive) command is a command that is often used in Linux systems to deposit files into an archive file.
The common file extensions include:. tar.gz and. tar.bz2, respectively, to express the further
14.3. File compression and archiving
Sometimes we need to store a set of files in a single file for backup or transfer to another directory or even another computer. Sometimes we also need to compress files into one file, so they use only a small
From:http://hi.baidu.com/jorling/blog/item/13db7bec1c38a1d32e2e21d3.html
File compression and archiving
Sometimes we need to store a set of files in a single file for backup or transfer to another directory or even another computer. Sometimes we
Tar (Tape ARchive, abbreviation for tape archive, LCTT originally designed to package files onto tape, and now most of us use it to back up a partition or some important directory) is the most widely used command in Unix-like systems, Used to
For those who have just come in contact with Linux, it will certainly give Linux a lot of different file names to get dizzy. Let's just say, in the case of compressed files, we know that there are only two types of compressed files that are most
File Archiving is used if one or more files need to be transmitted or stored as efficiently as possible. There is aspects to this:
Archiving –combining multiple files into one, which eliminates the overhead in individual files and makes it
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.