env | egrep "\bPATH="
Environment variable PATH The search path for commands. It is a colon-separated list of directories in which the shell looks for commands Command execution ... If the [command] name is neither a shell function nor a builtin, and contains no slashes, bash searches each element of the PATH for a directory containing an executable file by that name. |