This entry is very new in the tldr-pages project, hence translation data is currently unavailable for a while.


dir

列出目录的内容。 更多信息:https://learn.microsoft.com/windows-server/administration/windows-commands/dir.

  • 显示当前目录的内容:

dir

  • 显示指定目录的内容:

dir 目录的路径

  • 显示当前目录的内容,包括隐藏的文件:

dir /A

  • 显示指定目录的内容,包括隐藏的文件:

dir 目录的路径 /A