Decompress the tar.tar File

Source: Internet
Author: User

Decompress the tar.tar file:
First, run the file command to view the file type (which may be bz2 or GZ). Command Format: file filename.tar.tar
Take mplayer-0.91.tar.tar as an example:
[Root @ localhost ~] # File MPlayer-0.91.tar.tar
MPlayer-0.91.tar.tar: Bzip2 compressed data, block size = 900 K

It is known from Bzip2 compressed data that this file is bz2 and must be decompressed with bunzip2.
Command Format: bunzip2 filename.tar.tar

Take mplayer-0.91.tar.tar as an example:
[Root @ localhost ~] # Bunzip2 MPlayer-0.91.tar.tar
Bunzip2: Can't guess Original Name For MPlayer-0.91.tar.tar -- using MPlayer-0.91.tar.tar.out

After the execution, a filename.tar.tar.outfile is generated, and the file originally named filename.tar.tar is deleted. This is the case with the bunzip2 command. It replaces the original file with the generated file.

The filename.tar.tar. Out file is generated and decompressed with the tar command.
Command Format: Tar xvf filename.tar.tar. Out
For example:
Tar xvf MPlayer-0.91.tar.tar.out

If zooming is a bz2file, you can also directly change the file to filename.tar.bz2,
Command Format: MV filename.tar.tar filename.tar.bz2
Decompress the package with the bunzip2 and tar commands in the same format as before. It will not be repeated.

 

Http://blog.mcuol.com/User/mediaworks/Article/4191_1.htm)

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.