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:
parent
bbb7accc7e
commit
8edf3c5ba4
1 changed files with 21 additions and 0 deletions
21
pages.hi/freebsd/look.md
Normal file
21
pages.hi/freebsd/look.md
Normal 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 {{पूर्वसूचक}}`
|
Loading…
Add table
Reference in a new issue