由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - what is the command to gunzip/tar a .tar.gz file
相关主题
再次急问: *.tgz 文件怎么解?remote copy command?
格式问题How to use files with names like "-123.txt"?
gunzip fileName.ps.gzhow to get rid of the ^M in files?
how to handle *.pkg files?Is there any command which can mv multiple files
问:direct files to trash but list file namesHELP: How to get rid of unwanted characters in file name
how to contral tar-ed file size?A question about command time
请教怎样使用tar压文件question about CVS
*.ps.gz??How to reunite the files?
相关话题的讨论汇总
话题: tar话题: gunzip话题: command话题: file话题: vxf
进入Unix版参与讨论
1 (共1页)
r*****s
发帖数: 11
1
just one command, i remember it is something like:
gunzip filename.tar.gz |tar vxf -
but it does not work
anyone help? Thanks
j***y
发帖数: 87
2
gunzip -c filename.tar.gz | tar xvf -
tar -xvfz filename.tar gz (linux)
gzip -dc filename.tar.gz| tar xvf -

【在 r*****s 的大作中提到】
: just one command, i remember it is something like:
: gunzip filename.tar.gz |tar vxf -
: but it does not work
: anyone help? Thanks

z****g
发帖数: 2
3
or]
gzip -cd file | tar xvf -

【在 j***y 的大作中提到】
: gunzip -c filename.tar.gz | tar xvf -
: tar -xvfz filename.tar gz (linux)
: gzip -dc filename.tar.gz| tar xvf -

1 (共1页)
进入Unix版参与讨论
相关主题
How to reunite the files?问:direct files to trash but list file names
how to recover deleted fileshow to contral tar-ed file size?
[转载] How to burn .cpio file to CD?请教怎样使用tar压文件
Glib install problem with Sparc 2.5?*.ps.gz??
再次急问: *.tgz 文件怎么解?remote copy command?
格式问题How to use files with names like "-123.txt"?
gunzip fileName.ps.gzhow to get rid of the ^M in files?
how to handle *.pkg files?Is there any command which can mv multiple files
相关话题的讨论汇总
话题: tar话题: gunzip话题: command话题: file话题: vxf