1
0
Fork 0
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:
Starccy 2019-03-11 22:59:26 +08:00 committed by Starbeamrainbowlabs
parent 23d0fabf8d
commit a0a6c7b404

19
pages.zh/windows/tree.md Normal file
View file

@ -0,0 +1,19 @@
# tree
> 以目录树的形式显示指定目录的所有文件夹和文件.
- 显示当前目录的目录树:
`tree`
- 显示指定目录的目录树:
`tree {{目录的路径}}`
- 显示目录中文件的目录树:
`tree {{目录的路径}} /f`
- 使用ASCII字符而不是扩展字符显示目录树:
`tree {{目录的路径}} /a`