Shell/Bash: colab unzip tar.gz Example
Shell/Bash Example: This is the "colab unzip tar.gz" Example. compiled from many sources on the internet by SimpleTutorials.org
colab unzip tar.gz
!tar -xvf /content/x.tar.gz
how to extract tar.gz file in colab
!tar -xvf 'file.tar' -C 'destination'
* Summary: This "colab unzip tar.gz" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!