tldr/pages/common/where.md

10 lines
292 B
Markdown
Raw Normal View History

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.
> 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}}`