home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.infosystems.gopher
- Path: sparky!uunet!mcsun!news.funet.fi!funic!tellus!netmgr
- From: netmgr@tellus.csc.FI (Pekka Kytolaakso)
- Subject: Re: Waisindex indexing the index.* files
- Message-ID: <1992Nov17.145359.6603@nic.funet.fi>
- Sender: usenet@nic.funet.fi
- Nntp-Posting-Host: tellus.csc.fi
- Organization: Centre for Scientific Computing, Finland (CSC)
- References: <92321.171224RBF@psuvm.psu.edu>
- Date: Tue, 17 Nov 92 14:53:59 GMT
- Lines: 25
-
- In <92321.171224RBF@psuvm.psu.edu> RBF@psuvm.psu.edu writes:
- >I am running the 1.03 Unix server from Boombox and the Wais code (from
- >wais-8-b5) under Aix/ESA. I build indexes in the usual way by cd'ing to a
- >..index directory and then running waisindex. The index.* files that are
- >built work fine except that they also include the data in the index.* files.
- >How do I prevent waisindex from indexing the index.* files that it builds in
- >the .index directory (this occurs right before waisindex finishes). I have
- >tried this with and without the gopher daemon running and get the same
- >result.
-
- >Bob Fowles, Center for Academic Computing, Penn State
-
- I like to exclude all special files directories from wais-index. I do it
- using find+waisindex -stdin:
-
- cd <directory from witch to index>
- find . -print | grep -v '/\.' | \
- /usr/local/etc/waisindex -d .index/index -nocat -mem 5 -stdin
-
- Pekka Kyt|laakso
- --
- ---------------------------------------------------------------
- netmgr@tellus.csc.fi Centre for Scientific Computing
- Pekka.Kytolaakso@csc.fi PL 40 SF-02101 Espoo FINLAND
- Phone: +358 0 4571 Telefax: + 358 0 4572302
-