Created
February 19, 2023 02:45
-
-
Save leeeeeeeee2/a42c190e9ed164a3f7a2e2dc3930dd1b to your computer and use it in GitHub Desktop.
bash_extract_all_targz
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
for f in *.tar.gz; do tar xf "$f"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment