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

25
pages.ko/osx/uname.md Normal file
View File

@@ -0,0 +1,25 @@
# uname
> 현재 머신 및 실행 중인 운영 체제에 대한 세부 정보를 출력합니다.
> 참고: 운영 체제에 대한 추가 정보를 보려면 `sw_vers` 명령어를 시도하십시오.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/uname.1.html>.
- 커널 이름 출력:
`uname`
- 시스템 아키텍처 및 프로세서 정보 출력:
`uname -mp`
- 커널 이름, 커널 릴리스 및 커널 버전 출력:
`uname -srv`
- 시스템 호스트명 출력:
`uname -n`
- 사용 가능한 모든 시스템 정보 출력:
`uname -a`