2025-03-14 21:59:59 -06:00
|
|
|
# where
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Report all known instances of a command.
|
|
|
|
|
> It could be an executable in the `$PATH` environment variable, an alias, or a shell builtin.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
|
|
|
|
|
|
|
|
|
- Find all instances of a command:
|
|
|
|
|
|
|
|
|
|
`where {{command}}`
|