dehtml is a UNIX shell script for removing html commands from a given file. It calls sed using dehtml.sed for commands. Basically it deletes everything in except
which it replaces with "__" and it also replaces some common &xx character escapes. Jeff C.