Main /
WgetCommand
How to use Wget command to download websites
Inside a linux terminal use: wget <fullwebsiteaddress> >> website.html
this command can be used from any directory and will download the webpage into that directory as index.html
to rename use mv <currentname.html> <desiredname.html>
to open your file locally in prefered web browser use <browsername <filename>