I'm using wget in combination with blat (a command line email utility
for Windows) to email myself single web pages. It's working as I want
it, with one exception, relative links. I would prefer that all the
links in the resulting email attachment be clickable in my email client,
but wget keeps the relative links relative, as if I were downloading the
entire site locally. There is a -k option to "convert non-relative
links to relative", but not the opposite.
Is there a way to get wget to do what I'm looking for? Or does anyone
know of an equivalent command line tool for Windows that can download a
single page with absolute links?
Thanks,
Matt