arch, bzip2, command, gunicorn, history, htop, shasum, stty, yes: move translation to correct directories (#5362)

This commit is contained in:
marchersimon
2021-03-07 21:50:02 +01:00
committed by GitHub
parent 6443e6a725
commit 9ffbe151a6
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# bzip2
> Um compressor de arquivos que utiliza o algoritmo BurrowsWheeler.
- 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}}`