how to do Logical AND with grep or egrep
Hello,
I want to perform logical AND with grep or egrep
. I have one file which contains number of different names.
Now I want to check some names among them exist.
so how do I perform this operation with grep or egrep
Regards,
Amit
|