由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - how to compress several file under unix
相关主题
How to creat .tar.gz?[转载] 再来一份UNIX的题。
[转载] Why gzip, compress won't work for RM file?How to open *.bin files?
请教怎样使用tar压文件how to find a file in unix
*.ps.gz??Question about bzip2
How to gzip a directory directly ?[转载] Re: cxterm 就是好!
再次急问: *.tgz 文件怎么解?如何解压*.tar.bz2文件?请教!
请教: how to view content of jar file in unix ?how to contral tar-ed file size?
一个很丢人的问题I am crazy about this!!
相关话题的讨论汇总
话题: compress话题: tar话题: unix话题: several话题: under
进入Unix版参与讨论
1 (共1页)
w**f
发帖数: 7794
1
using tar, gzip, or compress, either of them.
thanks.
p**v
发帖数: 853
2
mkdir temp
mv allyourfiles temp
tar -cvf zipped.tar temp
then when you decompress, tar will automatically
put those files back to temp.

【在 w**f 的大作中提到】
: using tar, gzip, or compress, either of them.
: thanks.

s***t
发帖数: 58
3
tar -Icvf to use bzip2 to compress
or tar -zcvf to use gzip.
(check your version tar first :-)

【在 p**v 的大作中提到】
: mkdir temp
: mv allyourfiles temp
: tar -cvf zipped.tar temp
: then when you decompress, tar will automatically
: put those files back to temp.

1 (共1页)
进入Unix版参与讨论
相关主题
I am crazy about this!!How to gzip a directory directly ?
急问: *.tgz 文件怎么解?再次急问: *.tgz 文件怎么解?
不好意思,问个问题 请教: how to view content of jar file in unix ?
关于tar的愚昧问题一个很丢人的问题
How to creat .tar.gz?[转载] 再来一份UNIX的题。
[转载] Why gzip, compress won't work for RM file?How to open *.bin files?
请教怎样使用tar压文件how to find a file in unix
*.ps.gz??Question about bzip2
相关话题的讨论汇总
话题: compress话题: tar话题: unix话题: several话题: under