On the to-do list:

1.  Centralize the "slurp_input" function used in a few of these.  I actually
did do it up as a library once, but the encapsulation was wrong.

2.  stat should have its interface cleaned up and stabilized; it's about
halfway through a conversion to support things like
	if	stat -u 230 file
for 'succeed if uid is 230'.

3.  Standardize the "cpio mode/suffix/list of files" processing common
to many of the shell scripts.  Presumably, write the loop as a function
which will call a function called "doit", or something like that.

4.  Manual for 'verb'.

5.  Make 'tok' useful.

6.  'vman' needs to be smarter about the many ways people spell "no manual
entry".

7.  Rewrite "open" again.

8.  Clean up manual for "dice".
