免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 10521 | 回复: 5
打印 上一主题 下一主题

如何用zip命令压缩一个目录? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-01-08 14:53 |只看该作者 |倒序浏览
用unzip可以解压一个目录
如: unzip dir.zip

那么如何用zip压缩一个目录呢?
zip dir

这个好像不行!
请问用哪个参数可以压把目录压缩成.zip格式的???

谢谢!

论坛徽章:
1
2016科比退役纪念章
日期:2016-05-26 15:48:47
2 [报告]
发表于 2004-01-08 14:57 |只看该作者

如何用zip命令压缩一个目录?

用tar吧

论坛徽章:
0
3 [报告]
发表于 2004-01-08 16:30 |只看该作者

如何用zip命令压缩一个目录?

bigmac:root /home/staff/illusion/script  41 >; zip
Copyright (C) 1990-1992 Mark Adler, Richard B. Wales, Jean-loup Gailly
and Kai Uwe Rommel. Type 'zip -L' for the software License.

Zip 1.9 (Aug 26th 1992). Usage:
zip [-options] [-b path] [-t mmddyy] [-n suffixes] [zipfile list] [-x list]
  The default action is to add or replace zipfile entries from list, which
  can include the special name - to compress standard input.
  If zipfile and list are ommitted, zip compresses stdin to stdout.
  -f   freshen: only changed files  -u   update: only changed or new files
  -d   delete entries in zipfile    -m   move into zipfile (delete files)
  -k   simulate PKZIP made zipfile  -g   allow growing existing zipfile
  -h   show this help               -L   show software license
  -r   recurse into directories     -j   junk (don't record) directory names
  -0   store only                   -l   translate end-of-line
  -1   compress faster              -9   compress better
  -q   quiet operation              -n   don't compress these suffixes
  -c   add one-line comments        -z   add zipfile comment
  -b   use "path" for temp files    -t   only do files after "mmddyy"
  -@   read names from stdin        -o   make zipfile as old as latest entry
  -y   store symbolic links as the link instead of the referenced file
  -x   exclude the names that follow from those operated on

论坛徽章:
0
4 [报告]
发表于 2010-03-25 13:45 |只看该作者
zip -r dir.zip dir

论坛徽章:
0
5 [报告]
发表于 2010-03-25 15:57 |只看该作者
俺都是先tar再压缩

论坛徽章:
0
6 [报告]
发表于 2010-03-25 16:10 |只看该作者
嗯,一般我都是tar.gz的
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP