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

17
pages.ko/osx/arch.md Normal file
View File

@@ -0,0 +1,17 @@
# arch
> 시스템 아키텍처 이름을 표시하거나 다른 아키텍처에서 명령을 실행합니다.
> 같이 보기: `uname`.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/arch.1.html>.
- 시스템의 아키텍처 표시:
`arch`
- x86_64를 사용하여 명령 실행:
`arch -x86_64 "{{명령}}"`
- arm을 사용하여 명령 실행:
`arch -arm64 "{{명령}}"`