tldr/pages.pt_BR/common/bzip2.md

17 lines
322 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# bzip2
> Um compressor de arquivos que utiliza o algoritmo BurrowsWheeler.
> Mais informações: <https://manned.org/bzip2>.
- Compactar um arquivo:
`bzip2 {{arquivo}}`
- Descompactar um arquivo:
`bzip2 -d {{arquivo.bz2}}`
- Descompactar um arquivo exibindo o conteúdo no terminal:
`bzip2 -dc {{arquivo.bz2}}`