Skip to content

Instantly share code, notes, and snippets.

@leeeeeeeee2
Created February 19, 2023 02:45
Show Gist options
  • Save leeeeeeeee2/a42c190e9ed164a3f7a2e2dc3930dd1b to your computer and use it in GitHub Desktop.
Save leeeeeeeee2/a42c190e9ed164a3f7a2e2dc3930dd1b to your computer and use it in GitHub Desktop.
bash_extract_all_targz
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