mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
tree: add pt_BR translation (#4666)
This commit is contained in:
parent
9eeb6f7198
commit
f3a4aaa0f5
1 changed files with 20 additions and 0 deletions
20
pages.pt_BR/windows/tree.md
Normal file
20
pages.pt_BR/windows/tree.md
Normal 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`
|
Loading…
Add table
Reference in a new issue