Skip to content

Instantly share code, notes, and snippets.

@ericbolo
Created July 30, 2016 13:39
Show Gist options
  • Save ericbolo/c3ad57f1cfc2efa05c550b403c6691d9 to your computer and use it in GitHub Desktop.
Save ericbolo/c3ad57f1cfc2efa05c550b403c6691d9 to your computer and use it in GitHub Desktop.
Unzip and untar a compressed file with one command
tar -zxvf myfile.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment