zip -r
September 17, 2017
🔗Create and append "archive" things to a zip file
Create a zip:
$ zip -9 foo.zip file
Add more things to the zip:
$ zip -r9 foo.zip bar.txt
$ cd $VIRTUAL_ENV/lib/python2.7/site-packages
$ zip -r9 foo.zip *