linux下7z压缩和解压命令

34 阅读1分钟

压缩命令,

#将/path/dir文件夹压缩成archive.zip文件
7z a archive.zip /path/dir

解压命令,

#解压a.zip到dir文件夹内
7z x a.zip -odir