Copyright (C) 1989-2000, 2001 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be included in
translations approved by the Free Software Foundation instead of in
the original English.
NAME
lkbib - search bibliographic databases
SYNOPSIS
lkbib
[
-v
]
[
I -i fields
]
[
I -p filename
]
[
I -t n
]
R key ...
It is possible to have whitespace between a command line option and its
parameter.
DESCRIPTION
lkbib
searches bibliographic databases for references that contain the keys
R key ...
and prints any references found on the standard output.
lkbib
will search any databases given by
-p
options, and then a default database.
The default database is taken from the
environment variable if it is set,
otherwise it is
R /usr/dict/papers/Ind .
For each database
filename
to be searched,
if an index
B filename .i
created by
indxbib(1)
exists, then it will be searched instead;
each index can cover multiple databases.
OPTIONS
-v
Print the version number.
I -p filename
Search
R filename .
Multiple
-p
options can be used.
I -i string
When searching files for which no index exists,
ignore the contents of fields whose names are in
R string .
I -t n
Only require the first
n
characters of keys to be given.
Initially
n
is 6.
ENVIRONMENT
FILES
/usr/dict/papers/Ind
Default database to be used if the
environment variable is not set.
B filename .i
Index files.
SEE ALSO