linux how to add a file to a specific folder within a zip file

后端 未结 4 1551
无人及你
无人及你 2021-01-03 20:43

i know how to add a file to the root folder within a zip file:

zip -g xxx.apk yyy.txt

but i\'ve no idea how to specify a particu

4条回答
  •  被撕碎了的回忆
    2021-01-03 21:01

    Info-ZIP cannot do this. You will need to write a script or program in a language that has lower-level access to zip files.

提交回复
热议问题