Lab Assignment, Foundations of Computing


Write a shell script to construct a web site by creating HTML pages from all the TeX pages in the /usr/users4/fofc/z2html/tex directory, based on the scripts in the /usr/users4/fofc/z2html/bin directory. Put all the new HTML pages in the web subdirectory of your home directory. The name of each new HTML file must be different and must end in .html; other than that, you may name the new files as you wish.

It may be helpful to review the instructions for the previous assignment, and your solution.

Write another script to create an index page named z-index.html in your web subdirectory. This page will contain one link for each of the new HTML files created by your first script.

Turn in both scripts.