Skip to content

Instantly share code, notes, and snippets.

@renatomattos2912
Created March 3, 2014 16:52
Show Gist options
  • Save renatomattos2912/9329215 to your computer and use it in GitHub Desktop.
Save renatomattos2912/9329215 to your computer and use it in GitHub Desktop.
Unzip tar.gz on mac from terminal
gunzip -c foo.tar.gz | tar xopf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment