On Sat, Mar 23, 2002 at 01:40:15PM +0530, Monil Chheda wrote: > Dear friends, > > I would like to execute a lynx command in a cron that visits a > particular url.But i get an error "Your terminal lacks the ability to > clear te screen" > > How do i get rid of this message and get my crontab run and visit a > specific url?
try "lynx -dump <url>" might work. you can't have a program which uses screen capabilities ( in this case, curses ) from some "non�terminal" -- jaju _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

