mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 14:47:46 +00:00
Update cheatsheets
This commit is contained in:
25
linux/bitwise
Normal file
25
linux/bitwise
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}"`
|
||||
Reference in New Issue
Block a user