I had reason to download a large number of Web pages recursively, for reasons I’ll explain later. To make it work correctly required a lot of trial and error, and so to better understand what was happening, I started running:
wget –debug -o log
which operates wget in verbose mode and logs the output to a file [...]
