$ ps aux | grep [p]rocess-name
As an alternative to using an additional grep -v grep you can use a simple regular expression in the search pattern (first letter is something out of the single letter list ;-)) to drop the grep command itself.
by David Winterbottom (codeinthehole.com)
0sem comentários ainda