Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeorgun
4617 days ago
Why exactly do you love 'alias psgrep="ps aux | grep"' ? What does it get you that pgrep doesn't (or, if you need more information, 'ps u `pgrep <name>`')?
1 comments
bstpierre
4617 days ago
I've worked on a lot of systems that don't have pgrep.
'ps aux | grep' works everywhere
link
'ps aux | grep' works everywhere