linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

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

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