common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

9
pages.ko/common/where.md Normal file
View File

@@ -0,0 +1,9 @@
# where
> 명령의 모든 알려진 인스턴스를 보고.
> 이는 PATH 환경 변수에 있는 실행 파일, 별칭 또는 셸 내장 명령일 수 있습니다.
> 더 많은 정보: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
- 명령의 모든 인스턴스 찾기:
`where {{명령}}`