如果您专门指的是Zip文件格式,则只需使用zip和unzip命令。 压缩: zip squash.zip file1 file2 file3 或压缩目录zip -r squash.zip dir1 解压缩: unzip squash.zip…
確定! 回上一頁