m****t 发帖数: 145 | 1 My platform is unix.
I tried your command but failed.
It is said that z is an unknown option.
What should I do? |
q**w 发帖数: 11 | 2 then try zcat file.tgz |tar xvf -
【在 m****t 的大作中提到】 : My platform is unix. : I tried your command but failed. : It is said that z is an unknown option. : What should I do?
|
s****l 发帖数: 78 | 3 try the 2 commands bah.
gunzip *.tgz
==> then it will be uncompressed into a *.tar file
tar -xvf *.tar
==> done
【在 m****t 的大作中提到】 : My platform is unix. : I tried your command but failed. : It is said that z is an unknown option. : What should I do?
|
t****n 发帖数: 1347 | 4 First make sure you have gzip.
【在 m****t 的大作中提到】 : My platform is unix. : I tried your command but failed. : It is said that z is an unknown option. : What should I do?
|
s*****g 发帖数: 219 | 5 Linux支持参数 z。在别的Unix上,麻烦一点。
gunzip help.tgz help.tar
tar -xvf help.tar
【在 m****t 的大作中提到】 : My platform is unix. : I tried your command but failed. : It is said that z is an unknown option. : What should I do?
|