发布网友
共1个回答
热心网友
使用zip命令的-d参数即可删除zip包中的特定文件。
示例:假设有test.zip,包含_code(目录)、_code.zip、readme.txt三个文件,现在要删除test.zip中的_code目录,则执行如下命令
zip
-d
test.zip
_code