Tar Packing compressed directory

Source: Internet
Author: User
Tags bz2 rar unpack

tar packing compressed directoryTAR-CZF small.tar.gz Small (directory name); Compress and package directories to view CPU Information | Crontab 10:51 Browse (11421) Comments (2) Category: Linux related recommendationsComment2 Floor Durian 2010-07-23 Reference is very useful to solve the problem. 1/F Verytiny 2008-04-13 the compression and decompression methods of common compression formats under Linux
Date: 2005-01-20 Source: Linuxbyte Author: Linux Enthusiasts
. tar
Unpack: Tar xvf Filename.tar
Packing: Tar cvf filename.tar dirname
(Note: Tar is packed, not compressed.) )
---------------------------------------------
. gz
Decompression 1:gunzip filename.gz
Decompression 2:gzip-d filename.gz
Compression: gzip FileName
. tar.gz
Decompression: Tar zxvf FileName.tar.gz
Compression: Tar zcvf FileName.tar.gz dirname
---------------------------------------------
. bz2
Decompression 1:bzip2-d filename.bz2
Decompression 2:BUNZIP2 filename.bz2
Compression: Bzip2-z FileName
. tar.bz2
Decompression: Tar jxvf FileName.tar.bz2
Compression: Tar jcvf FileName.tar.bz2 dirname
---------------------------------------------
. BZ
Decompression 1:bzip2-d filename.bz
Decompression 2:BUNZIP2 filename.bz
Compression: Unknown
. tar.bz
Decompression: Tar jxvf FileName.tar.bz
Compression: Unknown
---------------------------------------------
. Z
Decompression: uncompress filename.z
Compression: Compress FileName
. Tar. Z
Decompression: Tar zxvf filename.tar.z
Compression: Tar zcvf filename.tar.z dirname
---------------------------------------------
. tgz
Decompression: Tar zxvf filename.tgz
Compression: Unknown
. tar.tgz
Decompression: Tar zxvf FileName.tar.tgz
Compression: Tar zcvf FileName.tar.tgz FileName
---------------------------------------------
. zip
Decompression: Unzip Filename.zip
Compression: Zip Filename.zip dirname
---------------------------------------------
. rar
Decompression: rar a Filename.rar
Compression: R ar e filename.rar


RAR please to: http://www.rarsoft.com/download.htm download.
After decompression, copy the rar_static to the/usr/bin directory (other directories specified by the $PATH environment variable can also):
[ROOT@WWW2 tmp]# CP Rar_static/usr/bin/rar
---------------------------------------------
. Lha
Decompression: Lha-e Filename.lha
Compression: Lha-a Filename.lha FileName

LHA please go to: http://www.infor.kanazawa-it.ac.jp/.../lhaunix/download.
> Copy the LHA to the/usr/bin directory after decompression (other directories specified by the $PATH environment variable may also be available):
[ROOT@WWW2 tmp]# CP lha/usr/bin/
---------------------------------------------
. rpm
Unpack: Rpm2cpio filename.rpm | Cpio-div
---------------------------------------------
. Tar. tgz. tar.gz. Tar. Z. tar.bz. tar.bz2. zip. cpio rpm. Deb. SLP Arj. rar. Ace Lha. Lzh
Lzx. Lzs arc. SDA. SFX. Lnx. Zoo. cab. kar. cpt. Pit. Sit. Sea
Decompression: sEx x filename.*
Compression: SEx a filename.* FileName

Sex just call the relevant program, itself and no compression, decompression function, please note.
Sex please go to: http://sourceforge.net/projects/sex download.
After decompression, copy the sex to the/usr/bin directory (other directories specified by the $PATH environment variable can also):
[ROOT@WWW2 tmp]# CP sex/usr/bin/

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.