mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# where
|
|
|
|
> Report 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>.
|
|
|
|
- Find all instances of a command:
|
|
|
|
`where {{command}}`
|