由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何解压*.tar.bz2文件?请教!
相关主题
一个很丢人的问题再次急问: *.tgz 文件怎么解?
gunzip fileName.ps.gzHow to creat .tar.gz?
问:direct files to trash but list file names关于tar的愚昧问题
Question about bzip2[转载] Why gzip, compress won't work for RM file?
HELP:a problem about VMS remote archive 请教: how to view content of jar file in unix ?
[转载] Re: cxterm 就是好!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压文件
相关话题的讨论汇总
话题: bzip2话题: tar话题: bzip话题: xvf话题: unpack
进入Unix版参与讨论
1 (共1页)
t*********d
发帖数: 144
1
rt
d*****g
发帖数: 36
2
Actually bzip2 it is very similar
with gzip. But bzip with higher
compressing ratio (30%). You can
download it from:
http://sourceware.cygnus.com/bzip2/
First I assume you have installed "bzip".
In Linux with new version of tar, you can
unpack it as:
tar Ixvf *.tar.bz2
You can also unpack it as:
bzip2 *.tar.bz2 | tar xvf -
or
bzip2 *.tar.bz2
tar xvf *.tar

【在 t*********d 的大作中提到】
: rt
c****y
发帖数: 1
3

use "bzip2 -d" instead of "bzip2" when uncompress the archive

【在 d*****g 的大作中提到】
: Actually bzip2 it is very similar
: with gzip. But bzip with higher
: compressing ratio (30%). You can
: download it from:
: http://sourceware.cygnus.com/bzip2/
: First I assume you have installed "bzip".
: In Linux with new version of tar, you can
: unpack it as:
: tar Ixvf *.tar.bz2
: You can also unpack it as:

1 (共1页)
进入Unix版参与讨论
相关主题
请教怎样使用tar压文件HELP:a problem about VMS remote archive
[转载] .tgz 文件用什么命令展开?[转载] Re: cxterm 就是好!
格式问题how to contral tar-ed file size?
*.ps.gz??急问: *.tgz 文件怎么解?
一个很丢人的问题再次急问: *.tgz 文件怎么解?
gunzip fileName.ps.gzHow to creat .tar.gz?
问:direct files to trash but list file names关于tar的愚昧问题
Question about bzip2[转载] Why gzip, compress won't work for RM file?
相关话题的讨论汇总
话题: bzip2话题: tar话题: bzip话题: xvf话题: unpack