Linux 压缩解压 zip tar

zip 压缩命令

zip -r -9 test.zip test/ -x=*.tar.gz  

-r 文件下所有的目录以文件

- 9 ~1 压缩比

-x 排除文件

zip 解压命令

unzip test.zip -d unzip_file

-d 指定解压目录

查看压缩包

unzip -l test.zip

 

 

tar 压缩命令

tar -zcf test.tar.gz  test --exclude=*.tar.gz --exclude=test/file -v

-z 以ZIP 方式压缩   (tar.gz)

-j bz 压缩 (.tar.bz2 ..)

-c 创建压缩

-f 压缩文件名 f 后必须是文件名

-- exclude 排除文件 

-v 输出压缩信息

tar 解压

tar -xf test.tar.gz 

查看压缩包信息

tar -tf test.tar.gz

 

转载于:https://www.cnblogs.com/cc2008/p/6903486.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值