Penguin
Annotated edit history of lookbib(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LOOKBIB
2 !!!LOOKBIB
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 FILES
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 lookbib - search bibliographic databases
14 !!SYNOPSIS
15
16
17 __lookbib__ [[ __-v__ ] [[ __-i__''string'' ] [[
18 __-t__''n'' ] ''filename''...
19
20
21 It is possible to have whitespace between a command line
22 option and its parameter.
23 !!DESCRIPTION
24
25
26 lookbib prints a prompt on the standard error (unless the
27 standard input is not a terminal), reads from the standard
28 input a line containing a set of keywords, searches the
29 bibliographic databases ''filename''... for references
30 containing those keywords, prints any references found on
31 the standard output, and repeats this process until the end
32 of input. For each database ''filename'' to be searched,
33 if an index ''filename''__.i__ created by
34 indxbib(1) exists, then it will be searched instead;
35 each index can cover multiple databases.
36 !!OPTIONS
37
38
39 __-v__
40
41
42 Print the version number.
43
44
45 __-i__''string''
46
47
48 When searching files for which no index exists, ignore the
49 contents of fields whose names are in
50 ''string''.
51
52
53 __-t__''n''
54
55
56 Only require the first ''n'' characters of keys to be
57 given. Initially ''n'' is 6.
58 !!FILES
59
60
61 ''filename''__.i__
62
63
64 Index files.
65 !!SEE ALSO
66
67
68 refer(1), lkbib(1),
69 indxbib(1)
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.