Chinaunix首页 | 论坛 | 博客
  • 博客访问: 117017
  • 博文数量: 73
  • 博客积分: 66
  • 博客等级: 民兵
  • 技术积分: 497
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-22 14:59
文章分类

全部博文(73)

文章存档

2015年(65)

2013年(5)

2012年(3)

我的朋友

分类: LINUX

2015-02-01 21:15:17

gzip test.txt
gzip -d test.txt.gz
gzip -l test.txt.gz  --- to display the compress ratio

bzip2 test.txt
bzip2 -d test.txt.bz2

unzip test.zip
uzip -l test.zip   ----view the contents of *.zip file

zip test *.*  --- zip all files to test.zip file
zip dir dir   --- zip dir to dir.zip
zip -r dir dir --- zip all entire files to dir.zip file
zip -j dir dir/* ---without recording directory name
阅读(397) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~