1
0
Fork 0
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:
Vedant Yadav 2023-10-26 17:00:13 +05:30 committed by GitHub
parent cf0a22bffe
commit bcafe1b61a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages.hi/linux/bitwise.md Normal file
View file

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