摘要: 一.压缩/解压 1.unzip/sudo zip——zip文件 文件的解压 格式:unzip 文件名称 文件的压缩 格式:sudo zip 文件名字.zip 文件1 文件2 文件3 2.zip/gunzip——gz文件 文件的解压 格式: gunzip 文件名称 文件的压缩 格式:gzip 文件1 阅读全文