"dir" in Chinese (Simplified)
dir(Windows命令)- 目录列表
Definition
'dir' 是Windows命令提示符中的一个命令,用于显示目录里所有文件和文件夹的列表。通常用来查看特定文件夹里的内容。
Usage Notes (Chinese (Simplified))
'dir' 只用于Windows命令提示符(cmd),Linux和Mac用'ls'。可以加参数如'dir /w'(宽列表)或'dir /p'(分页显示)。它是技术术语,不用于日常对话。
Examples
Type dir to see all the files in this folder.
输入 **dir** 可以查看此文件夹中的所有文件。
The dir command lists the contents of a directory in Windows.
**dir** 命令在Windows中列出目录内容。
To check if your file is there, just use dir.
你想确认文件在不在,只需用 **dir**。
I couldn't remember the file name, so I ran dir to look through the list.
我忘了文件名,所以用了 **dir** 把列表看了一遍。
You can add options to dir like '/p' to make the list easier to read.
你可以像加 '/p' 这样的选项到 **dir**,让列表更易读。
If you're using Linux, remember dir won't work—try 'ls' instead.
在用Linux时,记得 **dir** 不会用——要试试 'ls'。