Answers for "how to extract tar.gz file in colab"

10

colab unzip tar.gz

!tar -xvf /content/x.tar.gz
Posted by: Guest on November-12-2020
1

how to extract tar.gz file in colab

!tar -xvf  'file.tar' -C 'destination'
Posted by: Guest on February-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language