Linux tar

在linux下 用tar -zxf xxx.tar.gz
然后就报这个错。
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
原因:这个压缩包没有用gzip格式压缩  所以解压的时候也不用加上z 。直接tar -xf 就可以了

猜你喜欢

转载自jy-damon.iteye.com/blog/2305514
今日推荐