for i in `seq -w 19`; do wget "http://hackermonthly.com/xmas/hackermonthly-issue0"$i".zip" & done wait
seq -w 19 | parallel wget http://hackermonthly.com/xmas/hackermonthly-issue0{}.zip
No good deed goes unpunished, indeed.