mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
tree: add Chinese translation
This commit is contained in:
parent
23d0fabf8d
commit
a0a6c7b404
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/tree.md
Normal file
19
pages.zh/windows/tree.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# tree
|
||||
|
||||
> 以目录树的形式显示指定目录的所有文件夹和文件.
|
||||
|
||||
- 显示当前目录的目录树:
|
||||
|
||||
`tree`
|
||||
|
||||
- 显示指定目录的目录树:
|
||||
|
||||
`tree {{目录的路径}}`
|
||||
|
||||
- 显示目录中文件的目录树:
|
||||
|
||||
`tree {{目录的路径}} /f`
|
||||
|
||||
- 使用ASCII字符而不是扩展字符显示目录树:
|
||||
|
||||
`tree {{目录的路径}} /a`
|
Loading…
Add table
Reference in a new issue