wget -r -l 8 -w 100 -k -p -np -H #### -r is recursive -l is the max depth -w is the wait, seconds between retrievals -k convert-links for local viewing -p gets all "page-requisites", e.g. images, stylesheets -np "no parent", means to avoid following links to levels above the starting point. -H Enable spanning across hosts when doing recursive retrieving.