1BITWISE(1) User Commands BITWISE(1)
2
3
4
6 bitwise - Terminal based bit manipulator in ncurses
7
9 bitwise [OPTION...] [expression]
10
12 [expression] mathematical expression
13
14 -i, --interactive
15 Load interactive mode (default if no input)
16
17 -w, --width[b|w|l|d]
18 Set bit width (default: l)
19
20 -h, --help
21 Display this help and exit
22
23 -v, --version
24 Output version information and exit
25
26 -s, --si
27 Output sizes according to SI standard. (default: IEC standard)
28
29 --no-color
30 Start without color support
31
33 Written by Ramon Fried
34
36 The full documentation for bitwise can be found at
37 https://github.com/mellowcandle/bitwise
38
39
40
41bitwise v0.50 July 2023 BITWISE(1)