Hi! (Please CC me in replies as I am not subscribed to a mailing list.)
I am using wget 1.11.4 and in its man page it is written that using -r with -O is supported but that I will get a warning. I tried using it but it does not really work, I do get a warning though. I am using -O to output it to stdout and it seems that this is the problem. wget tries to reread the "output" to get links to follow, but rereading of stdout is not possible and so it fails with only the first page downloaded (and sent to stdout). I have tried this both on Mac OS X (where it blocks after the first page waiting for stdin) and FreeBSD (where it downloads only the first page). Mitar
