<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 &quot;don&#39;t show ones that contain <a href="http://google.com">google.com</a> or ones that <a href="http://yahoo.com">yahoo.com</a>&quot; for example.</p>
<p dir="ltr">I&#39;m guessing that sed or awk would fit this purpose.</p>
<p dir="ltr">I looked on the web but didn&#39;t find any examples that made sense to this Linux newbie.</p>
<p dir="ltr">Any replies or pointers will be greatly appreciated!</p>