Mal Herring ([EMAIL PROTECTED]) scribbled:
> Hi List,
> I would like to write a script that somehow gets a text only output of a
> webpage - can lynx do this ?
> Then grep the output for a desired string of text - then somehow pass
> the result to an if command so that if the string is found - lauch this
> and if not then loop...

wget -O - <web url> | grep <expression>

hth,

Cooper.

--
[email protected] mailing list

Reply via email to