Hrvoje Niksic wrote: > 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.
Well, at least I find it useful. Maybe not for HTML pages, but I use it for certain data files, where concatenating does make sense. In this case the questions about -r/-k are irrelevant.
