spicymango
Programmer
Hi
I have the following command
which look for 'psit' and then look for m3 and return the result
what i want instead of givig me that has psit & m3 , I want to get all the entries that has psit and do not have m7, how can I do that?
Thanks
I have the following command
Code:
grep psit properties.calcp | grep m3
what i want instead of givig me that has psit & m3 , I want to get all the entries that has psit and do not have m7, how can I do that?
Thanks