"dir" in Hindi
Definition
'dir' विंडोज़ कमांड प्रॉम्प्ट में इस्तेमाल होने वाला एक कमांड है, जो किसी डायरेक्टरी के अंदर मौजूद सभी फाइलें और फोल्डर दिखाता है। इसका उपयोग किसी फोल्डर का कंटेंट देखने के लिए किया जाता है।
Usage Notes (Hindi)
'dir' केवल Windows कमांड प्रॉम्प्ट में काम करता है। 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** कमांड विंडोज़ में डायरेक्टरी की सामग्री दिखाता है।
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.
आप **dir** में '/p' जैसे विकल्प जोड़ सकते हैं ताकि लिस्ट पढ़ना आसान हो।
If you're using Linux, remember dir won't work—try 'ls' instead.
अगर आप Linux चला रहे हैं तो **dir** काम नहीं करेगा—'ls' इस्तेमाल करें।