Files
tldr/pages.hi/linux/bitwise.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

21 lines
724 B
Markdown

# bitwise
> गतिशील आधार रूपांतरण और बिट हेरफेर का समर्थन करने वाला मल्टी बेस इंटरैक्टिव कैलकुलेटर।
> अधिक जानकारी: <https://github.com/mellowcandle/bitwise>।
- इंटरैक्टिव मोड का उपयोग करके चलाएँ:
`bitwise`
- दशमलव से कनवर्ट करें:
`bitwise {{12345}}`
- षोडश आधारी से कनवर्ट करें:
`bitwise {{0x563d}}`
- C-शैली गणना परिवर्तित करें:
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`