README

Russell J Lowke
Homework Two 

[1] List three Unix tools that return text tables:
ps					// display process status
du					// disk usage
find -ls			// find file

[2] hand converted output
see file:   who.html

[3a] Write tt2ht1.c that converts space-separated text table
see file:	tt2ht1.c

[3b] Show tt2ht1.c works using cgi
see file:	part3b.cgi
see url:	http://www.people.fas.harvard.edu/~lowke/hw2/part3b.cgi

[4a] Write tt2ht2.c that also  accepts <top> and <attributes>
see file:	tt2ht2.c

[4b] Show tt2ht2.c works using cgi
see file:	part4b.cgi
see url:	http://www.people.fas.harvard.edu/~lowke/hw2/part4b.cgi

[5] Write tt2ht3.c that also  accepts space separated or delimeted text
see file:	tt2ht3.c
see url:	http://www.people.fas.harvard.edu/~lowke/hw2/part5b.cgi
