osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

16
pages.ko/osx/dmesg.md Normal file
View File

@@ -0,0 +1,16 @@
# dmesg
> 커널 메시지를 `stdout`에 출력합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/dmesg.8.html>.
- 커널 메시지 표시:
`dmesg`
- 이 시스템에서 사용 가능한 물리적 메모리 양 표시:
`dmesg | grep -i memory`
- 한 번에 한 페이지씩 커널 메시지 표시:
`dmesg | less`