Skip to content

Instantly share code, notes, and snippets.

@cleytonmessias
Created May 26, 2016 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleytonmessias/6bd44d2ce92b8ba6d6588cac0dfd5b7c to your computer and use it in GitHub Desktop.
Save cleytonmessias/6bd44d2ce92b8ba6d6588cac0dfd5b7c to your computer and use it in GitHub Desktop.
Extract all tar.gz files
for file in *.tar.gz; do tar -zxf $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment