• First extract the XXX. Zip. Gz
gzip -d xxx.zip.gz
Copy the code
  • To perform
unzip  xxx.zip
Copy the code
  • Sometimes you do not know the file type. You can view it by using the following command
file  xxx.zip
Copy the code