Compression and file packaging/archive utility for creating zip files
Compression and file packaging/archive utility
zip
unzip
$ zip -r archive.zip /path/to/directory
$ zip archive.zip file1.txt file2.txt
$ unzip archive.zip