Last active
February 21, 2025 10:26
-
-
Save kaeawc/ee37f8e64260e8f63b10 to your computer and use it in GitHub Desktop.
Decode base64-encoded gzipped tar file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| base64 -D thefile | tar -xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's
base64 -d thefile | tar -xz