I've been using wget for a few years now (it's been great) and find it increasingly useful.
Right now I've got GNU Wget 1.8.2 and have noticed a quirk:


--output-document and --page-requisites don't seem to like to work together. e.g.

bash-2.05a$ wget --non-verbose --output-document=./0001/index.html --no-directories \
--directory-prefix=0001 --page-requisites \
'http://www.infoworld.com/article/03/05/16/20OPcringely_1.html'
11:02:31 URL:http://www.infoworld.com/article/03/05/16/20OPcringely_1.html [33242] -> "./0001/index.html" [1]
0001/20OPcringely_1.html: No such file or directory


        FINISHED --11:02:31--
        Downloaded: 33,242 bytes in 1 files



-Lars

Reply via email to