mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:15:33 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
1.3 KiB
1.3 KiB
find
एक या अधिक फ़ाइलों में निर्दिष्ट स्ट्रिंग ढूंढें। अधिक जानकारी: https://learn.microsoft.com/windows-server/administration/windows-commands/find।
- वे पंक्तियाँ खोजें जिनमें एक निर्दिष्ट स्ट्रिंग हो:
find "{{स्ट्रिंग}}" {{पथ\से\फ़ाइल_या_निर्देशिका}}
- वे पंक्तियाँ प्रदर्शित करें जिनमें निर्दिष्ट स्ट्रिंग नहीं है:
find "{{स्ट्रिंग}}" {{पथ\से\फ़ाइल_या_निर्देशिका}} /v
- निर्दिष्ट स्ट्रिंग वाली पंक्तियों की संख्या प्रदर्शित करें:
find "{{स्ट्रिंग}}" {{पथ\से\फ़ाइल_या_निर्देशिका}} /c
- पंक्तियों की सूची के साथ पंक्ति संख्याएँ प्रदर्शित करें:
find "{{स्ट्रिंग}}" {{पथ\से\फ़ाइल_या_निर्देशिका}} /n