1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 00:35:47 +02:00

look: add Hindi translation (#14567)

This commit is contained in:
Karthik Vallamsetla 2024-11-02 08:46:44 -07:00 committed by GitHub
parent bbb7accc7e
commit 8edf3c5ba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages.hi/freebsd/look.md Normal file
View file

@ -0,0 +1,21 @@
# look
> एक सॉर्ट की गई फ़ाइल में एक उपसर्ग से शुरू होने वाली पंक्तियों को प्रदर्शित करें।
> देखें: `grep`, `sort`
> अधिक जानकारी: <https://man.freebsd.org/cgi/man.cgi?look>
- एक विशेष फ़ाइल में एक विशेष उपसर्ग से शुरू होने वाली पंक्तियों के लिए खोजें:
`look {{पूर्वसूचक}} {{पथ/से/फाइल}}`
- केवल अल्फ़ान्यूमेरिक वर्णों पर केस-इंसेंसिटिव खोजें:
`look {{-f|--ignore-case}} {{-d|--alphanum}} {{पूर्वसूचक}} {{पथ/से/फाइल}}`
- एक स्ट्रिंग टर्मिनेशन कैरेक्टर निर्दिष्ट करें (डिफ़ॉल्ट रूप से स्पेस):
`look {{-t|--terminate}} {{,}}`
- `/usr/share/dict/words` में खोजें (`--ignore-case` और `--alphanum` को मान लिया गया है):
`look {{पूर्वसूचक}}`