由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 再次急问: *.tgz 文件怎么解?
相关主题
what is the command to gunzip/tar a .tar.gz file帮帮忙,用C作一个SHELL
Re: 怎么在UNIX下面放CD?为什么我就是不会写Shell script?
books about advanced UNIX commandWhat's the quickest way to change various filenames with same format under unix?
在unix下怎么听CD亚UNIX dummy Questions?
[转载] how to see which port in use?[转载] The truely evil UNIX command. :-)
How to remove a line from a file?如何显示出“*”
A Unix questionhow to rsh NT from unix
pine中的中文输入问题举一反三学UNIX
相关话题的讨论汇总
话题: tgz话题: tar话题: xvf话题: what话题: my
进入Unix版参与讨论
1 (共1页)
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?

1 (共1页)
进入Unix版参与讨论
相关主题
举一反三学UNIX[转载] how to see which port in use?
555...问个土问题How to remove a line from a file?
Is there any method to cancel the command "rm filA Unix question
如何看某个端口是否被占用?(use UNIX command or ..)pine中的中文输入问题
what is the command to gunzip/tar a .tar.gz file帮帮忙,用C作一个SHELL
Re: 怎么在UNIX下面放CD?为什么我就是不会写Shell script?
books about advanced UNIX commandWhat's the quickest way to change various filenames with same format under unix?
在unix下怎么听CD亚UNIX dummy Questions?
相关话题的讨论汇总
话题: tgz话题: tar话题: xvf话题: what话题: my