On Wed, 2 May 2007, Tolkin, Steve wrote:

> Q1. Is there a way to automate IE or Mozilla Firefox to save 100's of
> files as text?

Probably, but might it be easier to automate using `lynx -dump` (or 
better still, `links -dump`) ?

If those produce output the way you want them, automating it should be a 
snap to do, even with just a simple shell script. 

    $ for f in *.html; do links -dump $f > ${f}.txt; done

Etc.


-- 
Chris Devers
DO NOT LEAVE IT IS NOT REAL
 
_______________________________________________
Boston-pm mailing list
Boston-pm@mail.pm.org
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to