###zip(保留原文件) 不能压缩文件夹
zip file.zip file1 file2 压缩文件
unzip file.zip 解压压缩文件
###tar(不保留原文件)
tar -cjf file.tar.bz2 file1 file2 压缩
tar -czf file.tar.gz file1 file2 压缩
tar -xvf 解压(通用)
原文地址:https://www.cnblogs.com/chenlulu1122/p/11888597.html
时间: 2024-10-05 05:49:59