Hacker News new | ask | show | jobs
by mixmastamyk 1509 days ago

    ps -ef | grep foo 
Is what I use 98% of the time.
1 comments

ps aux then pipe to grep and/or cut. Or sort. Or...