Display o/p in HTML format from unix environment

Hi,

i want to disply the o/p in HTML format from unix environment.

Let me explain my requirement.

First an automated email should be sent in HTML format. The report contains number of error on a daily basis for this week.

email looks like below,

01-04-2010 1000
02-04-2010 2500
03-04-2010 1500
04-04-2010 2000
05-04-2010 4000

Now if click on the 1000 (01-04-2010 ) i should get the complete list of error for that date (1000 lines). all these details are available in unix environment. i have already prepared the required details using unix shell scripting and stored in an o/p text file.

Please someone help me on this ASAP.

This pretty much looks like linking number of sub files to the main html file. If everything you need to create html format, then simply echo the contents necessary to frame a html file.

Please post the code you have tried so far and where you are stuck with.

hi i don't know html...so i didn't prepare any html code so far....please help me.

Well, then take a look here. And by "post your code" matrixmadhan meant "show what you've done so far", I presume.