unzip zip linux on specific folder
unzip /path/to/file.zip -d temp_for_zip_extract
Here is what the above code is Doing:
1. Unzip the file to a temporary directory
2. Read the contents of the file
3. Write the contents to a new file
4. Delete the temporary directory