type commands
type
commands
Show whether each command name is a UNIX command, a built-in command, or a defined shell function. In the Korn shell, this is simply an alias for whence -v .
$ type mv read mv is /bin/mv read is a shell builtin
type mv read