unzip a file linux command code example
Example 1: unix unzip file command
unzip myzip.zip
Example 2: unzip command in linux
unzip file.zip
Example 3: how to unzip using tar
tar -xf archive.tar.gz
unzip myzip.zip
unzip file.zip
tar -xf archive.tar.gz