Download entire website using WGET


It is quite often that you find a tutorial website and you get this voice from within that “Yeah, I want this all !!”. I had it too recently but alas, it was horrifying to even think of saving each and every HTML page. A quick search in the Internet gave me a perfect and the most awesome solution. wget does it again !!

You can recirsively download the entire website using wget with a -r option. Here is the code snippet:
wget -r http://www.tutorials.com/
and you get the entire website in a directory inside your system. Now if u have a local server installed in your system, HURRAY, move the directory into /var/www/ and read it in you browser with the same feel of reading the live website. This is so awesome not because it is complicated but because it is bloody damn simple.

 

One thought on “Download entire website using WGET

  1. Pingback: Let Download An Entire Website Locally For Viewing A Website Offline | EssayBoard

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s