tar命令出错

解压tar文件的时候报错:this does not look like a tar archive
这时候可以使用如下方法解决:
gzip -d file.tar.gz
然后
tar -xf file.tar
再解压就可以了
原因不明~~
有待研究
posted @ 2010-05-18 23:36  macula7  阅读(311)  评论(0编辑  收藏  举报