1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/where.md
2017-12-01 15:22:58 +05:30

8 lines
202 B
Markdown

# where
> Reports all known instances of a command.
> It could be an executable in the PATH environment variable, an alias, or a shell builtin.
- Find all instances of a command:
`where {{command}}`