Linux压缩和解压缩

zip aa.zip 文件1
zip aa.zip 文件1 文件2
zip -r aa.zip 文件夹路径

unzip aa.zip

原文地址:https://www.cnblogs.com/413xiaol/p/6832678.html