#!/bin/sh for N in `seq 100 100 14500`; do wget "http://www.abclinuxu.cz/Profile/${N}"; sleep 10; done