Tue, 04 Oct 2005

wget

// this command useful for grabbing a page in 100% viewable form locally
    wget -nd -EHkp http://domain.com/file.php

    -nd = no directories - everything in one directory
    -E  = appends .html on files that need it
    -H  = enable spanning across hosts when doing recursive retrieving
    -k  = convert links to make viewable locally
    -p  = download all files needed to properly display the target page

Posted at: 00:00 | category: /commands | Comments ()