Files
tldr/pages/common/where.md
T
2025-12-29 11:09:00 +02:00

294 B

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