Re: [PHP-DB] Automated Processes From: Koos van den Hout (koos <email protected>)
Date: 11/21/00

Quoting Jamie Alessio who wrote on Tue, Nov 21, 2000 at 10:29:20AM -0800:

> I admit to not knowing much about lynx but how does this process stop? In my experience
> (and brief test a moment ago) if you call lynx and point it to a page with no output it
> loads a blank page and then just sits there like any other browser. Yes, the script was

Oops...

lynx -dump <script>

dumps the formatted output to stdout and then quits

lynx -source <script>

dumps the source (html, text, binary) to stdout and then quits

                                      Koos

-- 
Koos van den Hout,           PGP keyid RSA/1024 0xCA845CB5 via keyservers
koos <email protected>        or DSS/1024 0xF0D7C263                        -?)
Fax +31-30-2817051               Visit my site about books with reviews    /\\
http://idefix.net/~koos/                http://www.virtualbookcase.com/   _\_V

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>