Is there a command I can use to easily find the path to an executable? I'm looking for identify on my local machine - something like pwd?
pwd identify
=> /usr/local/bin/identify
|
feedback
|
|
| |||
|
feedback
|
|
try 'locate identify' | |||||||
feedback
|
|
If you use the bash builtin
If the command is a function, it will list the function definition:
These examples are from a Ubuntu system, but the results will be similar for OS X. | |||
|
feedback
|