Is there a way using regular expressions to find
grep 'a &| b &| c' #pseudo code
If ‘a’ is found also check for ‘b’ and if ‘a’ is not found also check for ‘b’? etc…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just nest the needed values in parenthesis for and support. Yes there is or
|support.I would have left it in a comment but don’t have enough rep.