Created
May 26, 2016 19:07
-
-
Save cleytonmessias/6bd44d2ce92b8ba6d6588cac0dfd5b7c to your computer and use it in GitHub Desktop.
Extract all tar.gz files
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 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