linux/which

Find Command Location

Locate a command

command
path
location

Command

which

Explanation

which shows the full path of shell commands by searching PATH.

Examples

Find Python location

which python

Show all matches in PATH

which -a python