Dan Jacobson <[EMAIL PROTECTED]> writes:

> Why must -B need -F to take effect? Why can't one do
> xargs wget -B http://bla.com/ -i - <<!
> zzz.html fff/gg/h.html
> !

I'm not sure I understand the combination of `xargs' and `-i -'.  This
seems to work for me:

$ wget -B http://www.example.com/foo/ -i-
bar/baz.html
^D
--22:21:27--  http://www.example.com/foo/bar/baz.html
...

(Note that the argument of `-i' is expected to have one URL per line.)

Reply via email to