zip
Package and compress files into zip archives.
$ zip -6
Examples
# Create archive zip archive.zip file1.txt file2.txt # Recursive directory zip -r archive.zip /path/to/dir # Compress level 9 zip -9 archive.zip largefile.iso # Update existing zip -u archive.zip file.txt # List contents unzip -l archive.zip