我的系统一直对*.tar.bz2 文件解压有问题。
在Shell下:
#tar -xjf *.tar.bz2
bzip2stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors
[deno@DENO deno]$ tar -zxvf *.tar.bz2
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
[deno@DENO deno]$