l***n 发帖数: 21 | 1 I try to decompress a file in current directory by
tar xvf CVv1.2.2.tar.Z
come out "directory checksum error", help, how to do it |
s*****d 发帖数: 258 | 2 unzip first
unzip file.tar.Z |tar -xvf -
【在 l***n 的大作中提到】 : I try to decompress a file in current directory by : tar xvf CVv1.2.2.tar.Z : come out "directory checksum error", help, how to do it
|
c*****t 发帖数: 1879 | 3 you mean uncompress first :)
【在 s*****d 的大作中提到】 : unzip first : unzip file.tar.Z |tar -xvf -
|
S******t 发帖数: 92 | 4
try this: tar -zxvf file.tar.Z
【在 c*****t 的大作中提到】 : you mean uncompress first :)
|
s*****d 发帖数: 258 | 5 hehe :-)
【在 c*****t 的大作中提到】 : you mean uncompress first :)
|