I have a log file that has 2 instances of 2 consecutive words on a line.
Example:
Process ID: 1034 Worker Process 4
I want to search for "Process ID" AND "Worker Process" on the same line.
The separate words "Process" or "ID" or "Worker" may also occur as separate words in the log that I do not want to find
Can you use "
marks in a grep syntax.
Not sure how best to go about this. Googled this alot.
Thanks for any assistance.