Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

Any good tool for browsing archives(Ear,War, Jar) on OSX

On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, …

java macos zip archive 7zip
Why is *.tar.gz still much more common than *.tar.xz?

Whenever I see some source packages or binaries which are compressed with GZip I wonder if there are still reasons …

zip compression lzma xz
Command line zip everything within a directory, but do not include any directory as the root

I can't find the answer to this for the life of me. Because I am packaging a zip in a …

macos unix zip command-line-interface
how do I zip a whole folder tree in unix, but only certain files?

I've been stuck on a little unix command line problem. I have a website folder (4gb) I need to grab …

unix zip
How do I sort a zipped list in Python?

What's the Pythonic way to sort a zipped list? code : names = list('datx') vals = reversed(list(xrange(len(names)))) zipped = …

python list sorting zip
Zip archives in node.js

I want to create a zip archive and unzip it in node.js. I can't find any node implementation.

node.js zip
Maven best practice for creating ad hoc zip artifact

Assume that I need to manage an artifact that consists of an aribtrary folder / file structure rolled up as a …

maven zip
python/zip: How to eliminate absolute path in zip archive if absolute paths for files are provided?

I have two files in two different directories, one is '/home/test/first/first.pdf', the other is '/…

python zip absolute-path zipfile
php creating zips without path to files inside the zip

I'm trying to use php to create a zip file (which it does - taken from this page - http://…

php zip directory
zip command not working

I am trying to zip a file using shell script command. I am using following command: zip ./test/step1.zip $…

linux shell zip winzip