At 6:21 PM -0800 1/12/02, Rhonda Hyslop <[EMAIL PROTECTED]> wrote: >Is there a way, other than redirecting all output to a file and reading it >afterwards, to get that summary? I run it with one -v in a terminal, and >glance at it from time to time.
You can always try piping the results to the 'tee' program, which will write to a file *and* still leave it on your terminal. See "man tee" for more details. >db.urls appears to be a list of all urls it sees, whether or not they were >within limits or the server was responding, so that isn't terribly useful >to me. You can also spit out an ASCII version of the document databases for parsing. The 3.1.6 snapshots have an 'htdump' utility, or you can use the '-t' flag to htdig (they do the same thing). <http://www.htdig.org/htdig.html> >search engine on your main page because "The requested URL >/cgi-bin/htsearch was not found on this server." Interesting--works fine for me right now. Which server were you using? -- -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

