Re: Help with simple script and lynx -dump

2001-04-18 Thread Matthew Melvin
On Wed, 18 Apr 2001 at 11:12pm (-0400), Wes Owen wrote: > I'm trying to get lynx to parse a .html document and write it out to > /tmp/file.txt. So I used the command: > > /usr/bin/lynx -dump -nolist > -term=vt100 /home/www/htdocs/index.html > > Which works great when I run it > when I'm logging

Help with simple script and lynx -dump

2001-04-18 Thread Wes Owen
I'm trying to get lynx to parse a .html document and write it out to /tmp/file.txt. So I used the command: /usr/bin/lynx -dump -nolist -term=vt100 /home/www/htdocs/index.html Which works great when I run it when I'm logging into the system, but when I try and run it from cron, I get the fol