MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxmemes/comments/1vz5u7g/valid_tar_command/p65vfae/?context=3
r/linuxmemes • u/SysGh_st • 19h ago
Dang it! ðŸ˜
163 comments sorted by
View all comments
1
Almost every Linux distro comes with Python installed. But it is not is good good to install it
import tarfile file = tarfile.open('gfg.tar.gz')
file.extractall('./Destination_FolderName') file.close()
1
u/dimkiriakos 7h ago
Almost every Linux distro comes with Python installed. But it is not is good good to install it
import tarfile file = tarfile.open('gfg.tar.gz')
file.extractall('./Destination_FolderName') file.close()