mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:26:00 +02:00
bitwise: add page (#4289)
This commit is contained in:
parent
9931dfbd1e
commit
1bb01df4c1
1 changed files with 20 additions and 0 deletions
20
pages/linux/bitwise.md
Normal file
20
pages/linux/bitwise.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# bitwise
|
||||||
|
|
||||||
|
> Multi base interactive calculator supporting dynamic base conversion and bit manipulation.
|
||||||
|
> More information: <https://github.com/mellowcandle/bitwise>.
|
||||||
|
|
||||||
|
- Run using interactive mode:
|
||||||
|
|
||||||
|
`bitwise`
|
||||||
|
|
||||||
|
- Convert from decimal:
|
||||||
|
|
||||||
|
`bitwise {{12345}}`
|
||||||
|
|
||||||
|
- Convert from hexadecimal:
|
||||||
|
|
||||||
|
`bitwise {{0x563d}}`
|
||||||
|
|
||||||
|
- Convert a C-style calculation:
|
||||||
|
|
||||||
|
`bitwise {{"0x123 + 0x20 - 30 / 50"}}`
|
Loading…
Add table
Reference in a new issue