unzip file to folder linux command line code example
Example 1: ubuntu unzip zip
unzip file.zip -d destination_folder
Example 2: unzip folder using linx command
$ unzip tecmint_files.zip
unzip file.zip -d destination_folder
$ unzip tecmint_files.zip