|
ps -ef |grep <string>
I'm sure the solution to my problem is a simple one, but I just can't figure this one out.
I'm doing a ps -ef and I want to grep for a string, but I do not want the grep process to appear in the results.
Does anyone know what switch I can use to accomplish the above?
|