D&C Lug - Home Page
Devon & Cornwall Linux Users' Group

[ Date Index ][ Thread Index ]
[ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] A shell script



On Sunday 15 February 2004 19:52, Adrian Midgley wrote:

#!/bin/sh
cd /data/public/reference/openhealtharchive/
WGET="wget --random-wait --no-clobber -w 37 -nd -O -"
URL="http://www.mail-archive.com/openhealth-list%%40minoru-development.com/msg0%0.4d.html";
for i in `seq 7 7000`; do
 $WGET $(printf $URL $i)
done

-- 
Theo Zourzouvllys
<theo@xxxxxxxxxxxxxxxx>

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe.



Lynx friendly