| Lib215 Assignments TOC | You can find copies of the actual assignment description by following the link to the assignment. |
| llast (little last) | Purpose: write a customized version of the Unix system utility 'last' that functions on a variety of Unix platforms. |
| cp-R (recursive copy) | Purpose: write a program that mimicks 'cp -R', which recursively copies an entire directory tree. |
| pong (single-player game) | Purpose: write a version of 'pong' for the Unix terminal. |
| alsh (the Al Crockett shell) | Purpose: write a programmable shell that emulates the Bourne Shell. Features include the handling of nested-if statements, variable substitution and exportation, and executing scripts. |
| alserv (the Al Crockett Web server) | Purpose: write a Web server that properly handles HEAD and GET requests for files, directories, and .cgi scripts. |