arch, bzip2, command, gunicorn, history, htop, shasum, stty, yes: move translation to correct directories (#5362)
This commit is contained in:
15
pages.pt_BR/common/bzip2.md
Normal file
15
pages.pt_BR/common/bzip2.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# bzip2
|
||||
|
||||
> Um compressor de arquivos que utiliza o algoritmo Burrows–Wheeler.
|
||||
|
||||
- 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}}`
|
Reference in New Issue
Block a user