How to parallel this script? – unix.stackexchange.com

I have the following bash script: for i in {0800..9999}; do for j in {001..032}; do wget http://site.com/"$i-$j".jpg done done All photos are exist and in fact each iteration does ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "How to parallel this script? – unix.stackexchange.com"