Como posso escrever um script bash que fará o seguinte:
URL = "example.com/imageID="
while (1..100)
wget URL + $i #it will wget example.com/imageID=1, then 2, then 3, etc
done
Então eu tenho um número de loops para executar, um URL que...
04.08.2012 / 17:57