On 6 Jul 2001, at 19:58, Jens Roesner wrote:
> Hi again!
>
> I am trying to start from
> http://members.tripod.de/jroes/test.html
> (have a look)
> The first link goes to a site I do not want.
> The second link goes to a site that should be retrieved.
>
> wget -r -l0 -nh -d -o test.log -H -I/bmaj*/
> http://members.tripod.de/jroes/test.html
>
> does not work.
It didn't work for me either, but the following variation did:
wget -r -l0 -nh -d -o test.log -H -I'bmaj*'
http://members.tripod.de/jroes/test.html
However, wget-1.7 dumps core with this so you'll have to use the
latest version from CVS.
I didn't try your other examples with the -D option.