type
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.
whence -v
$ type mv read mv is /bin/mv read is a shell builtin
type mv read