If you really want to find all the processes that invoke applications (well, those that end in ".app") you'll need to use the -ww flags to ps. Otherwise long application paths aren't going to show under a simple ps -aux invocation. That is, the command in the article should be something like