Get the path of a PID
OSX only for now
Install with clib
$ clib install jb55/pidpath
Install with git+make
$ git clone https://github.com/jb55/pidpath.git /tmp/pidpath && cd /tmp/pidpath && make install
Common usage
$ pidpath 1337
Multiple arguments supported
$ pgrep clang | xargs pidpath
MIT