Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Created December 8, 2012 13:20
Show Gist options
  • Save fabriceleal/4240254 to your computer and use it in GitHub Desktop.
Save fabriceleal/4240254 to your computer and use it in GitHub Desktop.
Untargz .tar.gz
# Gzip
tar -zxf <archive_name.tar.gz>
# Bzip
tar -jxf <archive_name.tar.bz2>
# -z Gzip
# -x Extract
# -f use archive file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment