mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
65485698b1
Co-authored-by: znarfm <44516102+znarfm@users.noreply.github.com>
294 B
294 B
where
Report all known instances of a command. It could be an executable in the
$PATHenvironment 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}}