Use xargs

#17
by nashef - opened

A better way to download might be:

leaf@socrates $ cat ../urls.txt | xargs -t -P 50 -I % wget -q % 

Thanks for the tip!

Sign up or log in to comment