Skip to content

Instantly share code, notes, and snippets.

@Hexodus
Created May 14, 2014 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hexodus/9472ccbf5c1f7462e767 to your computer and use it in GitHub Desktop.
Save Hexodus/9472ccbf5c1f7462e767 to your computer and use it in GitHub Desktop.
How to unzip tar.gz files
tar -zxvf my_file.tar.gz
Found here:
http://www.computing.vt.edu/kb/entry/233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment