Hey, Another day I was trying to make sure that a given process that I was running was using a specific binary that I had built, but I couldn’t figure out: ps would only show me the non-absolute path. # How could I know what is the absolute path of the# `hugo` binary, assuming that I could have multiple# `hugo` binaries in `$PATH`? ps PID TTY TIME CMD 4153 ttys000 5:14.98 hugo serve <<<9035 ttys001 0:00.04 /Applications/iTerm.app/Content... 9037 ttys001 0:00.10 -bash 9086 ttys001 0:02.27 /u...