tar decompress

.tar.bz2 file decompression command
Category : Linux operation and use 2011-09-23 17:46 85857 people read comments (5) Collection report
Network The source package downloaded
from the Internet, the most common is the .tar.gz package, Another part is the .tar.bz2 package. It is easy



to decompress:



.tar.gz format decompresses to tar -zxvf xx.tar.gz

.tar.bz2 format decompresses to tar -jxvf xx.tar.bz2

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326848775&siteId=291194637
tar