Hacker News new | ask | show | jobs
by iogjoertsnbu 266 days ago
that's just grep showing you your own grep process lol. you can do ps -ef | grep foobarbaroof and get the same thing...
1 comments

Damn it!! Yeah, morning bran without coffee! Thank you for pointing it out.

My bad.

You can use pgrep to avoid this.