I'm trying to use wget to do the following: 1. retrieve a single page2. convert the links in the retrieved page to their full, absolute addresses.
3. save the page with a file name that I specify
I thought this would do it: wget -k -O test.html http://www.google.comHowever, it doesn't convert the links - it just saves the file as "test.html".
What's the correct syntax to use? Thanks, Jon wget version 1.9