Dan Jacobson <[EMAIL PROTECTED]> writes:

> Maybe add an option so e.g.,
> $ wget --parallel URI1 URI2 ...
> would get them at the same time instead of in turn.

You can always invoke Wget in parallel by using something like `wget
URI1 & wget URI2 &'.  How would a `--parallel' option be different
from that?

Reply via email to