type
# Display the type of the `ls` command
type ls
# Display the type of multiple commands
type ls cd rm...
# Display all locations of the `ls` command
type -a ls
References​
- tldr. inbrowser.app. (n.d.). https://tldr.inbrowser.app/pages/common/type
- type. manned.org. https://manned.org/type