1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages.zh/linux/bitwise.md
千玄子 48b9a13502
aurvote, b*: add Chinese translation (#6413)
* aurvote: add Chinese translation

* balooctl: add Chinese translation

* beep: add Chinese translation

* betterlockscreen: add Chinese translation

* binwalk: add Chinese translation

* binwise: add Chinese translation

* blkdiscard: add Chinese translation

* blkid: add Chinese translation

* bluetoothctl: add Chinese translation

* bluetoothd: add Chinese translation

* bmon: add Chinese translation

* bpftrace: add Chinese translation

* bpytop: add Chinese translation

* brctl: add Chinese translation

* brew: add Chinese translation

* commit suggestion
2021-08-27 11:38:39 +08:00

20 lines
352 B
Markdown

# bitwise
> 支持动态基数转换和位操作的多基数交互式计算器。
> 更多信息:<https://github.com/mellowcandle/bitwise>.
- 使用交互模式运行:
`bitwise`
- 从十进制转换:
`bitwise {{12345}}`
- 从十六进制转换:
`bitwise {{0x563d}}`
- 转换 C 风格的计算:
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`