-
Thunderstone
- Site Admin
- Posts: 2504
- Joined: Wed Jun 07, 2000 6:20 pm
Post
by Thunderstone »
How do I figure just how many pages are in the database?
How do search for links in the indexed pages? That is how
do I formulate the search "find all links that are included
in the indexed pages"?
How do I tell GW to index all subdomains, i.e tell it to
index http://*.domain.com?
Z
--
oracle@everywhere: The ephemeral source of the eternal truth...
-
Thunderstone
- Site Admin
- Posts: 2504
- Joined: Wed Jun 07, 2000 6:20 pm
Post
by Thunderstone »
gw -st "select count(Url) from html"
It's not clear what you want. The refs table probably has
the info you want:
gw -st "select * from refs"
or
"select Ref from refs where Url='SOMEPAGE'"
Use the -domain option.
RTM:
http://www.thunderstone.com/gw25man/node49.html
Also, please use meaningful subjects in the future.