GNU implementation of the which utility to locate commands
GNU implementation of which utility
which
$ which ls
$ which -a python
$ which git && echo 'Git is installed'