linux unzip files using zip command code example
Example 1: unzip command in linux
unzip file.zip -d destination_folder
Example 2: unzip linux
unzip file.zip -d destination_folder
or unzip path/to/file.zip
unzip file.zip -d destination_folder
unzip file.zip -d destination_folder
or unzip path/to/file.zip