Linux 终端下解压文件失败:
# tar -zxvf *****.tar.bz2 tar 命令出错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable
Solve the problem:
# tar -jxvf *****.tar.bz2
Linux 终端下解压文件失败:
# tar -zxvf *****.tar.bz2 tar 命令出错gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable
Solve the problem:
# tar -jxvf *****.tar.bz2