switch()
Ah-ha…now I see. No wonder you teach thistuff. Switch() choked when I
tried to feed it "argv[1]" but worked with the single character pointer.
The strcmp() and strcpy() way of calling a function from "argv" seems
inelegant. Care to suggest another way? What I'm trying to do is write a
prog like unix "man".