Linux Basic Commands
Wget Options
GNU Wget is a free utility for non-interactive download of files from the Web.
It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
1. Recursive website download (like a robot)
$ get -r -l 3 http://www.yahoo.com -recursive download follow links to the depth 3