Update a file inside zip with -u

Posted by user577732 on Stack Overflow See other posts from Stack Overflow or by user577732
Published on 2011-02-02T23:20:33Z Indexed on 2011/02/02 23:25 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

Alright so i have a zip file called data.zip on my desktop. Inside test.zip is another folder called res and inside res is a file called info.txt I have used the zip -u command before to move a file inside the zip but only to the root of the zip i want to move a new version of info.txt from my desktop to the res folder of data.zip i need it for part of a script i'm working on. How can i do this or will the -u function only work for the root? Thank you for any help on how i can accomplish this

© Stack Overflow or respective owner

Related posts about update

Related posts about zip