Ubuntu 常用解压与压缩命令

参考

https://blog.csdn.net/songbinxu/article/details/80435665

示例:

把/home/wangju/gitlab/automationTest目录下的automationTest整个文件夹,压缩为 automationTest.zip文件

wangju@wangju-HP-348-G4:~/gitlab$ sudo zip -r automationTest.zip  /home/wangju/gitlab/automationTest

压缩成功

 

原文地址:https://www.cnblogs.com/kaerxifa/p/10932165.html