天天看点

linux 压缩与解压缩命令linux 压缩与解压缩命令

这里写自定义目录标题

  • linux 压缩与解压缩命令

linux 压缩与解压缩命令

zip

压缩命令:zip -r 压缩包名称.zip 目标压缩目录

例如:zip -r test.zip test/

解压缩命令:unzip -c 压缩包名称.zip

例如: unzip -c test.zip

继续阅读