From: joe@ > Matt asked: >> How is this working? > Regarding 'readin' , I have a small program by that name > in my /usr/bin (and in ~/www/bin) that enables a hot-key. > Also I have linked 'clear' to 'cls'. OK. You can do this, but doing things like this makes it more difficult for other people to debug your code. >>> ... how can I integrate this shell script into an html >>> file as I hope to be able to use it in a web page? >> You will have an easier time of it if you use something that's >> designed for creating dynamic web pages, like mod_python or >> CGI-Perl or Ruby on Rails or PHP. > But I don't know how to use any of those If you're going to make web pages that do things, you will have to learn something like Ruby/Python/PHP. Things like wordpress/drupal/django are not written in shell because it's difficult to do the complex stuff that those CMSes require in shell. A basic PHP script that should be usable on your web sewer with 1 change: