1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/where.md

10 lines
320 B
Markdown
Raw Normal View History

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