mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 08:35:27 +02:00
br: add pt_BR translation (#9084)
This commit is contained in:
parent
be6b621632
commit
c9cc1af614
1 changed files with 25 additions and 0 deletions
25
pages.pt_BR/linux/br.md
Normal file
25
pages.pt_BR/linux/br.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# br
|
||||
|
||||
> Navega árvore de diretórios interativamente.
|
||||
> Veja também: `broot`
|
||||
> Mais informações: <https://github.com/Canop/broot>.
|
||||
|
||||
- Começa e navega na árvore de diretórios atual interativamente:
|
||||
|
||||
`br`
|
||||
|
||||
- Inicia mostrando o tamanho de arquivos e diretórios:
|
||||
|
||||
`br --sizes`
|
||||
|
||||
- Inicia mostrando permissões:
|
||||
|
||||
`br --permissions`
|
||||
|
||||
- Inicia mostrando apenas diretórios:
|
||||
|
||||
`br --only-folders`
|
||||
|
||||
- Inicia mostrando arquivos ocultos e diretórios:
|
||||
|
||||
`br --hidden`
|
Loading…
Add table
Reference in a new issue