* Kieren Diment <[EMAIL PROTECTED]> [2008-04-20 15:45]:
> perl -e 'for $i (1 .. 48) { system "lynx -dump -nolist 
> http://www.jrock.us/fp2008/catalyst/slide$i.html"}' > jrock.txt

I would have proposed that, but any multipart slides are called
things like slide17a.html, slide17b.html etc so your script won’t
work.

(And anyway, for that sort of thing you should be using curl:
curl -O 'http://www.jrock.us/fp2008/catalyst/slide[1-48].html'
except of course that this won’t work for the same reason.)

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to