How to unzip a ZIP file in Linux on the Command Line to a folder
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