Y
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
kQq9oHeAz6wLLS
1509 days ago
ps aux then pipe to grep and/or cut. Or sort. Or...
link