If you use "ps -ef" and grep for a certain command how can you get the display to NOT show the grep command too?
Example: ps -ef|grep foo
It will of course show all the processes using "foo" but how can I filter out the grep process for foo from the output?
Thanks very much for your time guys,
Michael
Example: ps -ef|grep foo
It will of course show all the processes using "foo" but how can I filter out the grep process for foo from the output?
Thanks very much for your time guys,
Michael