Created
March 28, 2014 18:14
-
-
Save raynimmo/a937de8f86a018d56d22 to your computer and use it in GitHub Desktop.
extract .tar.gz and overwrite existing files
This file contains 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
gunzip -c *.*.tar.gz | tar xopf - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment