unzip tar.gz google colab code example
Example 1: colab unzip tar.gz
!tar -xvf /content/x.tar.gz
Example 2: how to extract tar.gz file in colab
!tar -xvf 'file.tar' -C 'destination'
!tar -xvf /content/x.tar.gz
!tar -xvf 'file.tar' -C 'destination'