This only saves the webpage to a file, but not linked images or stylesheets.
wget -O - http://www.pcworld.com.au/index.php > homepage.html > output.html
Be sure to remember to escape special characters such as ";" with "\".
Mainly notes to future-Twig (and for anyone else who may find them useful)
If you've found one or more of my blog posts helpful, why not say thanks by buying me a coffee or beer?
This only saves the webpage to a file, but not linked images or stylesheets.
wget -O - http://www.pcworld.com.au/index.php > homepage.html > output.html
Be sure to remember to escape special characters such as ";" with "\".