for i in `seq -w 4 11`;do wget http://stats.gna.org/download.gna.org/hedgewars/usage_2010${i}.html;w3m -dump usage_2010${i}.html > $i.txt;done
