HTTrack Website Copier
Free software offline browser - FORUM
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
 
Reply Create subthread


All articles

Subject Author Date
How to grab a item=0 to item=1000 range?

12/07/2003 19:10
Re: How to grab a item=0 to item=1000 range?

12/07/2003 22:29
Re: How to grab a item=0 to item=1000 range?

01/07/2004 13:34




9

Created with FORUM 2.0.11