LoadRunner grep statements for errors
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"