tree: add pt_BR translation (#4666)

beep
Israel Neves Micha 2020-10-13 07:49:21 -03:00 committed by GitHub
parent 9eeb6f7198
commit f3a4aaa0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# tree
> Exibe uma árvore gráfica da estrutura do diretório no caminho.
> Mais informações: <https://docs.microsoft.com/windows-server/administration/windows-commands/tree>.
- Exibe a árvore para o diretório atual:
`tree`
- Exibe a árvore para o diretório específico:
`tree {{caminho/para/diretório}}`
- Exibe a árvore para o diretório específico incluíndo arquivos:
`tree {{caminho/para/diretório}} /f`
- Exibe a árvore usando caractéres ASCII:
`tree {{caminho/para/diretório}} /a`