Mauro Tortonesi <[EMAIL PROTECTED]> writes:

> i agree with hrvoje. but this is just a side-effect of the real
> problem: the semantics of -O with a multiple files download is not
> well defined.

-O with multiple URLs concatenates all content to the given file.
This is intentional and supported: for example, it makes `wget -O-
URL1 URL2 URL3' behave like `cat FILE1 FILE2 FILE3', only for URLs,
and without creating temporary files.  It's a useful feature.

Of course, I agree that -r/-k are broken in the presence of -O.  If
possible, this should be fixed without sacrificing how -O works for
multiple URLs.

Reply via email to