Help for this page
Testcase status testcase1 pass testcase2 fail testcase3 pass
awk 'BEGIN {print "<table>"} {print "<tr>"; for(i = 1; i <= NF; i++ +) print "<td>" $i "</td>"; print "</tr>"} END {print "</table>"}' output.txt > final_output.html