webdump
=======
webdump is (yet another) HTML to plain-text converter tool.

It reads HTML in UTF-8 from stdin and writes plain-text to stdout.

This DJGPP build uses the original source code unchanged.

From:
<https://codemadness.org/webdump.html>

Example
=======
Format the GNU Privacy Handbook to plain text:

   C:\>curl -o manual.htm https://www.gnupg.org/gph/en/manual.html
   C:\>webdump -dilr -w 72 <manual.htm >manual.txt

See also
========
<gopher://tilde.pink/1/~bencollver/files/dos/util/unhtml/>