size of database

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

size of database

Post by Thunderstone »



Is there an easy way to get the number of
sites indexed in a webinator database?
---------------------------------------------------------------
Larry Rudner rudner@cua.edu
ERIC Clearinghouse on 800 464-3742 (800 Go4-ERIC)
Assessment and Evaluation 202 673-3811
Catholic University of America FAX: 202 319-6692
Washington, DC 20064 http://www.cua.edu/www/eric_ae

User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

size of database

Post by Thunderstone »




There's no direct way to do that. On unix I would say use a command like:
gw -st "select Url from html order by Url" | cut -d/ -f1 | uniq
to get a list of machines. (add "| wc -l" to the end to get a count).
I don't know of any way to do the same under NT with the standard
system utilities.
Post Reply