html withing shell scripts,how??

Hi can anybody guide me to write html programs using shell script.
FYI: I use ksh.

Thanks in advance,
Divya

do you want to create web pages having functionality which is missing in bare HTML? If yes, then check out PHP or perl-CGI

If you want to create HTML files from a shell script, then let us know what the HTML would be (maybe a template would help).

Thanks for ur reply. Yes, I want to create HTML files from shell script. yes a template would be of great help. :slight_smile:

Hey Yogesh I am waiting for your template buddy. Please send me a sample template.

Thanks,
Divya.

To be more precise I am using PuTTY SSH session.

when i mentioned template, i meant to refer to html that you wished to produce. something like:

<html>
<head>
    <title>Greetings</title>
</head>
<body>
Hi _name_
</body>
</html>

and then replace the _name_ with whatever value you want

Hey Yogesh, I know to write HTML buddy, but I wanted something like how can I generate the same in PuTTY SSH client. Say When I run a shell script like sample.sh, It should generate a HTML file, the same way we do in Windows. Is there any way to accomplish that? or there no such things possible? please clear me with my doubt.

Thanks,
Divya