about - quick-scan docs for a topic. Like unix "apropos".
Uses /help/about, which you can build with "makeabout".
USAGE: about < topic >
EXAMPLE: about console
Here's the scripts....
.................................................................. if test $1 then scan -i $1 /help/Whatis else echo "USAGE: about" fi ................................................................... ## make /help/about, a rudimentry "whatis database" used by "about" cd /.hel/see for f in `find .` do head -n12 $f | grep - >> /.tm/bla9374 sort /.tm/bla9374 | uniq > /.hel/about done rm /.tm/bla9374 ....................................................................