| www.delorie.com/gnu/docs/wget/wget_12.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In the past, the `-G' option was the best bet for downloading a single page and its requisites, using a commandline like:
wget -Ga,area -H -k -K -r http://site/document |
However, the author of this option came across a page with tags like
<LINK REL="home" HREF="/"> and came to the realization that
`-G' was not enough. One can't just tell Wget to ignore
<LINK>, because then stylesheets will not be downloaded. Now the
best bet for downloading a single page and its requisites is the
dedicated `--page-requisites' option.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |