1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/bitwise.md

21 lines
380 B
Markdown
Raw Normal View History

# bitwise
> 동적 진수 변환 및 비트 조작을 지원하는 멀티 진수 인터랙티브 계산기.
> 더 많은 정보: <https://github.com/mellowcandle/bitwise>.
- 인터랙티브 모드로 실행:
`bitwise`
- 10진수로 변환:
`bitwise {{12345}}`
- 16진수로 변환:
`bitwise {{0x563d}}`
- C 스타일 계산 변환:
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`