This must be a silly question but I can't find the answer out there.. I am using Windows Grep.
I want to find the file that contains any where String1 AND string2 AND String3
Thank you!
EDIT
I've tried a regex from this answer but the windows grep shows up an error..
(?=match this expression)(?=match this too)(?=oh, and this)
EDIT 2:
Thank you @brianadams and @MC ND for your answers! I´ll check out awk as it seems a good alternative to windows grep. As the question is about windows grep I think the best is to leave it open to check out if someone knows the answer..
Again thank you very much for your answers!