type Command Examples

Display the type of command the shell will execute. Note: all examples are not POSIX compliant. More information: https://www.gnu.org/software/bash/manual/bash.html#index-type.

type {{command}}

type -a {{command}}

type -p {{command}}

type -t {{command}}