Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created January 29, 2017 11:36
Show Gist options
  • Save BonfaceKilz/227a57dfcfdefcc154cdb8f428cbb41b to your computer and use it in GitHub Desktop.
Save BonfaceKilz/227a57dfcfdefcc154cdb8f428cbb41b to your computer and use it in GitHub Desktop.
Unpacking files
# Untar and gunzip a .tar.gz file or .tgz or .z
tar xzvf

# Previewing file contents
tar tzvf filename

# Untar and bunxzip a .bzip2 file
tar xjvf filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment