On 2/6/08, Leonard Burton <leonardburton@xxxxxxxxx> wrote: > Is there an OS program that will take a url and crawl/cache all the links on it? `wget -m -np http://example.com` will mirror the url and anything under it. That's '-m' for mirror, and '-np' for no parent.. so you don't download the whole internet. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php