Dir Meaning in English
word
التعريف
'dir' is a command in the Windows Command Prompt used to display a list of files and folders in a directory. It is often used to see what is inside a specific folder.
الاستخدام والفروق الدقيقة
'dir' is specific to Windows Command Prompt (cmd), not used in Linux or Mac terminals (which use 'ls'). Commonly typed alone or with options like 'dir /w' (wide list) or 'dir /p' (paged results). It shows names, sizes, and dates. Do not use in ordinary conversation—it's a technical/computing term.
جمل نموذجية
Type dir to see all the files in this folder.
basic
The dir command lists the contents of a directory in Windows.
basic
To check if your file is there, just use dir.
basic
I couldn't remember the file name, so I ran dir to look through the list.
natural
You can add options to dir like '/p' to make the list easier to read.
natural
If you're using Linux, remember dir won't work—try 'ls' instead.
natural