mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 03:15:23 +02:00
bitwise: add Hindi translation (#11279)
This commit is contained in:
parent
cf0a22bffe
commit
bcafe1b61a
1 changed files with 20 additions and 0 deletions
20
pages.hi/linux/bitwise.md
Normal file
20
pages.hi/linux/bitwise.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# bitwise
|
||||
|
||||
> गतिशील आधार रूपांतरण और बिट हेरफेर का समर्थन करने वाला मल्टी बेस इंटरैक्टिव कैलकुलेटर।
|
||||
> अधिक जानकारी: <https://github.com/mellowcandle/bitwise>.
|
||||
|
||||
- इंटरैक्टिव मोड का उपयोग करके चलाएँ:
|
||||
|
||||
`bitwise`
|
||||
|
||||
- दशमलव से कनवर्ट करें:
|
||||
|
||||
`bitwise {{12345}}`
|
||||
|
||||
- षोडश आधारी से कनवर्ट करें:
|
||||
|
||||
`bitwise {{0x563d}}`
|
||||
|
||||
- C-शैली गणना परिवर्तित करें:
|
||||
|
||||
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`
|
Loading…
Add table
Reference in a new issue