Skip to content

Instantly share code, notes, and snippets.

@raynimmo
Created March 28, 2014 18:14
Show Gist options
  • Save raynimmo/a937de8f86a018d56d22 to your computer and use it in GitHub Desktop.
Save raynimmo/a937de8f86a018d56d22 to your computer and use it in GitHub Desktop.
extract .tar.gz and overwrite existing files
gunzip -c *.*.tar.gz | tar xopf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment