1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 11:46:00 +02:00

tree: add pt_BR translation (#4666)

This commit is contained in:
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

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`