mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 01:33:06 +02:00
bzip2: add Brazilian Portuguese translation
This commit is contained in:
parent
cfd80cc2c3
commit
bedeff9514
1 changed files with 15 additions and 0 deletions
15
pages.pt-BR/linux/bzip2.md
Normal file
15
pages.pt-BR/linux/bzip2.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# bzip2
|
||||
|
||||
> Um compressor de arquivo que utiliza o algoritmo Burrows–Wheeler.
|
||||
|
||||
- Compacta um arquivo:
|
||||
|
||||
`bzip2 {{path/to/file_to_compress}}`
|
||||
|
||||
- Descompacta um arquivo:
|
||||
|
||||
`bzip2 -d {{path/to/compressed_file.bz2}}`
|
||||
|
||||
- Descompacta um arquivo:
|
||||
|
||||
`bzip2 -dc {{path/to/compressed_file.bz2}}`
|
Loading…
Add table
Reference in a new issue