whence
A zsh builtin to indicate how a given command would be interpreted. More information: https://www.unix.com/man-page/OpenSolaris/1/whence/.
- Interpret {{command}}, with expansion if defined as an
alias
(similar to thecommand -v
builtin):whence "{{command}}"
- Display type of {{command}}, with location if defined as a function, or binary (equivalent to the
type
andcommand -V
builtins):whence -v "{{command}}"
- Same as above, except display content of shell functions instead of location (equivalent to
which
builtin):whence -c "{{command}}"
- Same as above, but show all occurrences on command path (equivalent to the
where
builtin):whence -ca "{{command}}"
- Search only the
PATH
for {{command}}, ignoring builtins, aliases or shell functions (equivalent to thewhere
command):whence -p "{{command}}"
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.