unzip - extract files from a ZIP archive
$ unzip file.zip
unzip will extract files from a zip archive to the current directory.
The program is compatible with the PKZIP file format specification.
# Unzip the contents from archive.zip
$ unzip archive.zip
Archive: archive.zip
extracting: file1.txt
extracting: file2.png