Skip to content

Instantly share code, notes, and snippets.

@jcastellanos926
Last active January 22, 2020 17:15
Show Gist options
  • Save jcastellanos926/a2a98d0ddf1c1cb464b305b3554ccc68 to your computer and use it in GitHub Desktop.
Save jcastellanos926/a2a98d0ddf1c1cb464b305b3554ccc68 to your computer and use it in GitHub Desktop.
Tar files

Extract Files

tar -xvf file.tar
tar -xzvf file.tar.gz
tar -xjvf file.tar.bz2
tar -xf file.tar.xz

Note: you need xz-utils package for xz files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment