grep -rnE "Error|Warning|error|warning" * | grep \.html | grep "<TITLE>Error" grep -rnEA10 "Error|Warning|error|warning" * | grep \.html | grep -E "<b>" grep -rnEA200 "0\-0" * | grep \.html | grep -E "advertiserId"
You need to create an account or log in to post comments to this site.