I want to call the function wget in a loop in ubuntu, how can I do it? This is what I did, but it didn't work.
wget
for (i = 1; i < 500; ++i){ system("wget -O page%i 'http://ift.tt/1yGJ7fx'", i, i);}
Aucun commentaire:
Enregistrer un commentaire