unzip extracts files from a ZIP archive to the named directory, or current directory if no directory specified. If two or more destination directories are specified, only the first one is used and the rest of them are ignored
EXAMPLE
To extract file(s) from a ZIPFILE
unzip data.zip
To extract file(s) from a ZIPFILE to a specified location
unzip data.zip directory_path
NOTES
unzip silently overwrites the files in the destination directory if applicable. Destination directory must already exist.