rar 压缩解压

rar

wget https://www.rarlab.com/rar/rarlinux-x64-612.tar.gz

# 压缩文件

rar a -r test.rar file

# 解压文件

unrar x test.rar

a : 添加到压缩文件

-r : 递归处理

x : 以绝对路径解压文件

 

zip

# 压缩文件

zip -r test.zip file

# 解压文件

zip test.zip

posted on 2022-08-11 14:38  旭彬  阅读(155)  评论(0编辑  收藏  举报