On Unix I can call certain programs from everywhere, like sort, pwd or my_custom_script.sh.
How can I find out, where on the system my_custom_script.sh really resides?
|
feedback
|
|
I would recommend using | |||||||||
feedback
|
|
Use
Gives you (for example):
This also helps you to troubleshoot issues with your PATH, e.g. if you have several versions of the same binary installed and you don't know which one is called. So if you have multiple versions, you can use the
| |||||
feedback
|