Zip is a file format used for data compression and archiving.
2
votes
2answers
68 views
Add a file to a different path in a zip file
I have a file that placed in the following directory:
folder_A/another_folder_A/file_to_add.xml
Now, what I want to do is simply add the file to a folder in an existing zip archive.
For example ...
5
votes
1answer
131 views
Add file to deep inside a zip file
Say I want to add the file file.txt to foo.zip, I could just do zip -u foo.zip file.txt.
However inside the zip-file there already exist a folder with the path foo.zip/very/many/paths/ (relatively to ...
3
votes
1answer
91 views
Encoding of a zip file
When I extract some file (mp3) with japanese or korean characters within its filename on Windows, they appear normally, but when I extract it on Linux (Ubuntu/Mint) they appear as something like this
...
4
votes
0answers
285 views
Issue with internationally zipped files
I've asked a few people and just thought about asking it here. We get sent files from an international company for design work in a zip format. Well when I run a script to unzip the files in the ...
3
votes
0answers
312 views
ZIP password finders for Linux?
I'm trying to extract ZIP files for an encrypted archive I've forgotten the password for. So far I've found the tool fcrackzip which does what I want, but its own manpage states that it has numerous ...
