1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.ko/linux/bitwise.md
2024-11-08 15:53:25 +09:00

380 B

bitwise

동적 진수 변환 및 비트 조작을 지원하는 멀티 진수 인터랙티브 계산기. 더 많은 정보: https://github.com/mellowcandle/bitwise.

  • 인터랙티브 모드로 실행:

bitwise

  • 10진수로 변환:

bitwise {{12345}}

  • 16진수로 변환:

bitwise {{0x563d}}

  • C 스타일 계산 변환:

bitwise "{{0x123 + 0x20 - 30 / 50}}"