Saving a web site local

Craig White plug-discuss@lists.plug.phoenix.az.us
15 Jun 2002 11:10:05 -0700


On Sat, 2002-06-15 at 09:37, Alan Dayley wrote:
> I want to save a web page and all the pages it links to (about 2 deep) to my 
> local hard drive so I can browse it locally.  I don't see this capability in 
> Konqueror or Mozilla.  How do I do this?
> 
---
I use wget - it's amazing

man wget

wget -r www.website.tld

Craig