zip / unzip

zip / unzip#

ZIP archive tools.

$ zip -r archive.zip dir/
$ zip -e archive.zip files...
$ zip -9 archive.zip files...
$ unzip archive.zip
$ unzip -l archive.zip