WGET tip
2nd July 2002
It looks like the Glastonbury write-up will have to wait until tomorrow, but in the mean time here’s a handy tip (presented evolt style):
<tip type="Offline Browsing">
If you ever want to grab a large chunk of a site for offline browsing in Windows, WGET is the ideal tool. First download WGET for Windows. Now drop wget.exe
in a directory on your System path (on Windows XP I used C:\WINDOWS\system32
). Fire up a command prompt (windows-key + R then cmd
and enter works for me) and type wget --help for a list of options. Most of the time the article / section of the site you want will all be contained in a subdirectory of the site, in which case you can use wget -r -l0 --no-parent http://site.com/whatever/
to grab everything in that subdirectory, without WGET following any links to parent directories.
</tip>
More recent articles
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025