@brief Find out where a command lives in your PATH. @param pname Name of the program to look for. @return pointer to statically allocated character string. This is the C equivalent to the 'which' ...
**This code is open source: do with it what you want. DISCLAIMER: This is my first ever terminal based program (bash/shell script) and the first time I have made a README for code. I am not a ...