linux 7z压缩与解压

# 添加文件到压缩包
7z a * test.7z

# 解压缩文件:
7z x test.7z test
原文地址:https://www.cnblogs.com/qianxunman/p/12675806.html