tbz2压缩文件格式转换工具

TBZ2是与UNIX关联的归档文件。TBZ2使用焦油和BZIP2压缩。它首先使用TAR来归档文件,然后使用BZIP2算法来压缩TAR文件。它的解压方式类似。首先BZIP2解压,然后焦油存档提取。
TBZ2 is an archive file associated with UNIX. TBZ2 uses TAR and BZIP2 Compression. It uses TAR to archive the files first, then it uses BZIP2 algorithm to compress the TAR files. It decompresses similarly. First BZIP2 un-compresses and then TAR archive extracts it.