Skip to content

Instantly share code, notes, and snippets.

@digitalbocca
Created December 11, 2019 08:39
Show Gist options
  • Save digitalbocca/a8f0ffca793d109f417b181a8e8692a8 to your computer and use it in GitHub Desktop.
Save digitalbocca/a8f0ffca793d109f417b181a8e8692a8 to your computer and use it in GitHub Desktop.
Descompactar arquivo bz2

Descompactar Arquivo bz2


tar -xvjf file.tar.bz2

Flags

  • -x - Extrair
  • -v - Verboso
  • -j - bzip2
  • -f - Arquivo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment