2017-12-01 09:52:58 +00:00
|
|
|
# where
|
|
|
|
|
|
|
|
> Reports all known instances of a command.
|
|
|
|
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
|
brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link (#7831)
2022-03-01 13:21:17 +00:00
|
|
|
> More information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
|
2017-12-01 09:52:58 +00:00
|
|
|
|
|
|
|
- Find all instances of a command:
|
|
|
|
|
|
|
|
`where {{command}}`
|