Download Browseable Copy Of A Website Using Wget

Wget is a great tool in linux to download files from the internet. Wget can also be used to download a browseable copy of a website into your hard disk.

To download a complete website, use the command provided below

[code]wget  –recursive  –no-clobber   –page-requisites  –html-extension  –convert-links  –restrict-file-names=windows –no-parent -e robots=off  http://google.com[/code]

Wget will download all files and convert the links so that it Western union online can be browsed offline. Try it!

Leave a Reply

Your email address will not be published.