Sure, if you mean execute a shell command and take the results of that command and format it in an HTML document. This can be done using a server-side language like PHP.
<html>
<head>
<title></title>
</head>
<body>
<?php
echo 'Hello, world!';
?>
</body>
</html>
PHP is a programming language capable of running on any platform, Windows, Mac and *nix. Shell commands can be executed from PHP by enclosing the statements in backticks. The results from those commands can then be stored in variables or output directly to browsers. PHP can be emedded in HTML documents, or output HTML documents itself.
http://www.php.net
HTH!
Regards,
Rich
--
[
http://www.smilingsouls.net]
[
http://pear.php.net/Mail_IMAP] A PHP/C-Client/PEAR solution for webmail