diff --git a/pages/linux/bitwise.md b/pages/linux/bitwise.md new file mode 100644 index 0000000000..ba18868a74 --- /dev/null +++ b/pages/linux/bitwise.md @@ -0,0 +1,20 @@ +# bitwise + +> Multi base interactive calculator supporting dynamic base conversion and bit manipulation. +> More information: . + +- 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"}}`