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