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
This commit is contained in:
千玄子
2021-08-27 11:38:39 +08:00
committed by GitHub
parent e090e48c45
commit 48b9a13502
15 changed files with 369 additions and 0 deletions

20
pages.zh/linux/bitwise.md Normal file
View File

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