<p dir="ltr">I am trying to parse a log file and exclude the lines that contain any one of a few different strings, for example "don't show ones that contain <a href="http://google.com">google.com</a> or ones that <a href="http://yahoo.com">yahoo.com</a>" for example.</p>
<p dir="ltr">I'm guessing that sed or awk would fit this purpose.</p>
<p dir="ltr">I looked on the web but didn't find any examples that made sense to this Linux newbie.</p>
<p dir="ltr">Any replies or pointers will be greatly appreciated!</p>