unzip zipFile.zip -d directory
unzip - list, test and extract compressed files in a ZIP archive -d = An optional directory to which to extract files. directory = The directory where to extract the files to zipFile.zip = Your ZIP file
unzip zipFile.zip -d directory
unzip - list, test and extract compressed files in a ZIP archive -d = An optional directory to which to extract files. directory = The directory where to extract the files to zipFile.zip = Your ZIP file