echo -n "Warnings:  "
grep -c WARN /temp
echo -n "Completed: "
grep -c completed /temp
echo -n "Failed:    "
grep -c through /temp

