由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - on-line help!!!
相关主题
*.ps.gz??[转载] Why gzip, compress won't work for RM file?
[转载] Re: cxterm 就是好! 请教: how to view content of jar file in unix ?
如何解压*.tar.bz2文件?请教!how to compress several file under unix
how to contral tar-ed file size?what is the command to gunzip/tar a .tar.gz file
急问: *.tgz 文件怎么解?请教怎样使用tar压文件
再次急问: *.tgz 文件怎么解?一个很丢人的问题
How to creat .tar.gz?[转载] .tgz 文件用什么命令展开?
关于tar的愚昧问题格式问题
相关话题的讨论汇总
话题: unzip话题: line话题: xvf
进入Unix版参与讨论
1 (共1页)
z****n
发帖数: 28
1
How to unzip tar.gz ? thanks!!!
wy
发帖数: 14511
2
gunzip file.tar.gz
tar xvf file.tar

【在 z****n 的大作中提到】
: How to unzip tar.gz ? thanks!!!
z****n
发帖数: 28
3
thanks a lot but ...the permission is denied....5555555....

【在 wy 的大作中提到】
: gunzip file.tar.gz
: tar xvf file.tar

c******y
发帖数: 37
4
try
gzip -dc /path/to/file.tar.gz | tar -C /tmp -xvf -

【在 z****n 的大作中提到】
: thanks a lot but ...the permission is denied....5555555....
1 (共1页)
进入Unix版参与讨论
相关主题
格式问题急问: *.tgz 文件怎么解?
how to use gzip at Solaris2.6?\再次急问: *.tgz 文件怎么解?
Solaris 下如何对付大文件How to creat .tar.gz?
*-sol9-local.gz ??关于tar的愚昧问题
*.ps.gz??[转载] Why gzip, compress won't work for RM file?
[转载] Re: cxterm 就是好! 请教: how to view content of jar file in unix ?
如何解压*.tar.bz2文件?请教!how to compress several file under unix
how to contral tar-ed file size?what is the command to gunzip/tar a .tar.gz file
相关话题的讨论汇总
话题: unzip话题: line话题: xvf