With a list of URLs in a file called “urls” (one per line):
$ wget --mirror -p --adjust-extension --convert-links -i urls
With “mirror” option to mirror a website for offline browsing:
$ wget --mirror -p --adjust-extension --convert-links http://www.mywebsite.com
Recent Comments