mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
454 B
454 B
tree
以目录树的形式显示指定目录的所有文件夹和文件。 更多信息:https://learn.microsoft.com/windows-server/administration/windows-commands/tree.
- 显示当前目录的目录树:
tree
- 显示指定目录的目录树:
tree {{目录的路径}}
- 显示目录中文件的目录树:
tree {{目录的路径}} /f
- 使用 ASCII 字符而不是扩展字符显示目录树:
tree {{目录的路径}} /a