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
|
feedback
|
migrated from stackoverflow.com Feb 6 '11 at 1:34
This question came from our site for professional and enthusiast programmers.
|
Use the
| |||
feedback
|
