Locate with exclude?

Jean-Rene David jrdavid at magma.ca
Mon Feb 19 01:20:27 UTC 2007


* Steve Searle [2007.02.18 16:00]:
> Off topic, but a neat trick when grepping your
> processes to find information about one is to
> use "ps auxw | grep processName | grep -v grep"

Another, shorter, way to do the same:

ps auxw | grep '[p]rocessName'

-- 
JR




More information about the fedora-list mailing list