DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
(BSD System Compatibility)

indxbib(1bsd)


indxbib -- (BSD) create an inverted index to a bibliographic database

Synopsis

   /usr/ucb/indxbib database-file . . .

Description

indxbib makes an inverted index to the named database-file (which must reside within the current directory), typically for use by lookbib and refer. A database contains bibliographic references (or other kinds of information) separated by blank lines.

A bibliographic reference is a set of lines, constituting fields of bibliographic information. Each field starts on a line beginning with a ``%'', followed by a key-letter, then a blank, and finally the contents of the field, which may continue until the next line starting with ``%''' (see addbib).

indxbib is a shell script that calls two programs: mkey and inv. mkey truncates words to 6 characters, and maps upper case to lower case. It also discards words shorter than 3 characters, words among the 100 most common English words, and numbers (dates) < 1900 or > 2000. These parameters can be changed.

indxbib creates an entry file (with a .ia suffix), a posting file (.ib), and a tag file (.ic), in the working directory.

Files


/usr/ucblib/reftools/mkey

/usr/ucblib/reftools/inv

*.ia
entry file

*.ib
posting file

*.ic
tag file

References

addbib(1bsd), lookbib(1bsd), refer(1bsd), roffbib(1bsd), sortbib(1bsd)

Notices

All dates should probably be indexed, since many disciplines refer to literature written in the 1800s or earlier.

indxbib does not recognize pathnames.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004