zip -d 删除文件

创建日期: 2023-09-22 12:36 | 作者: 风波 | 浏览次数: 14 | 分类: OS

来源:https://superuser.com/questions/600385/remove-single-file-from-zip-archive-on-linux

  1. 使用 unzip -l abc.zip 查看文件列表
  2. 使用 zip -d abc.zip path/of/file.jpg 删除文件 path/of/file.jpg
14 浏览
9 爬虫
0 评论