mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
strings: add Hindi translation (#14746)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
bd130afd0d
commit
42021e828c
1 changed files with 20 additions and 0 deletions
20
pages.hi/common/strings.md
Normal file
20
pages.hi/common/strings.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# strings
|
||||
|
||||
> एक ऑब्जेक्ट फ़ाइल या बाइनरी में प्रिंट करने योग्य स्ट्रिंग्स खोजें।
|
||||
> अधिक जानकारी: <https://manned.org/strings>।
|
||||
|
||||
- एक बाइनरी में सभी स्ट्रिंग्स प्रिंट करें:
|
||||
|
||||
`strings {{फ़ाइल/का/पथ}}`
|
||||
|
||||
- परिणामों को कम से कम n अक्षरों लंबी स्ट्रिंग्स तक सीमित करें:
|
||||
|
||||
`strings -n {{n}} {{फ़ाइल/का/पथ}}`
|
||||
|
||||
- प्रत्येक परिणाम को फ़ाइल के भीतर इसके ऑफ़सेट के साथ पूर्ववत करें:
|
||||
|
||||
`strings -t d {{फ़ाइल/का/पथ}}`
|
||||
|
||||
- प्रत्येक परिणाम को फ़ाइल के भीतर इसके ऑफ़सेट के साथ हेक्साडेसिमल में पूर्ववत करें:
|
||||
|
||||
`strings -t x {{फ़ाइल/का/पथ}}`
|
Loading…
Add table
Reference in a new issue