Docker
JavaScript
Mac
Shell
Compress files with Zip
zip file.zip file1 file2 file3
Compress directory with Zip
zip -r file.zip directory
Decompress a Zip file
unzip file.zip