unzipping an .tgz file #370
-
Do you guys have an idea on how to unzip a .tgz file? |
Beta Was this translation helpful? Give feedback.
Answered by
ashikshafi08
Apr 13, 2022
Replies: 1 comment
-
Hey @thanujTa You can either use the tarfile package of Python or use the basic CLI tool. I have shared two articles regarding this below, hope it might help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrdbourke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @thanujTa
You can either use the tarfile package of Python or use the basic CLI tool. I have shared two articles regarding this below, hope it might help you.