zip
分类
描述
创建zip压缩文件
语法
zip [选项] 压缩文件 文件...
常用选项
使用示例
- zip archive.zip file1.txt file2.txt: 压缩多个文件
- zip -r archive.zip dir/: 压缩整个目录
相关命令