command
which
Bash has a built-in command, `command`, that will search the path and return the full path to a command if it exists (or an exit code of 1 if it does not), preventing the requirement of the `which` package.