6 examples for unzip
# Extracts contents to specified directory
unzip archive.zip -d /path/to/other/directory/
# unzip many files in one command: must add \ before wildchar
# otherwise command will extract first zip and search other files in it
unzip -e \*.zip