The --skip-tags option was added, in order to use the formating
filters (like --krad and --rot13) without changing the contents of HTML tags.
A hex dump filter was added (--hex), which displays output in hexadecimal
values. Last, but certainly not least, the --oog filter was added to do
trivial conversion of input text into a format that OOG, of Slashdot fame,
might use.
Upgraded on request (and hints) from Tomasz Luchowski <zuntum@eik.pl>
Dog writes the contents of each given file, URL, or stdin
Dog writes the contents of each given file, URL, or the standard
input if none are given or when a file named '-' is given, to the
standard output. It currently supports the file, http, and
raw URL types. It is designed as a compatible, but enhanced,
replacement of cat(1).
Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11992