colab unzip gz code example
Example 1: unzip a file in google colab
!unzip path_to_file.zip -d path_to_directory
Example 2: colab unzip tar.gz
!tar -xvf /content/x.tar.gz
!unzip path_to_file.zip -d path_to_directory
!tar -xvf /content/x.tar.gz