| Subject: Re: How to grab a item=0 to item=1000 range? |
Author: Lars Clausen |
Date: 01/07/2004 13:34 |
| | Just for the curious, the easy way to do this in a bash
shell would be
for I in `seq 1 10000`; do
echo www.domain.com/shop.php?download=$I
done
| |
|
|
|
|
9
Created with FORUM 2.0.11