LOOKBIB(1) General Commands Manual LOOKBIB(1)NAME
lookbib - search bibliographic databases
SYNOPSIS
lookbib [ -v ] [ -istring ] [ -tn ] filename...
It is possible to have whitespace between a command line option and its parameter.
DESCRIPTION
lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line contain-
ing a set of keywords, searches the bibliographic databases filename... for references containing those keywords, prints any references
found on the standard output, and repeats this process until the end of input. For each database filename to be searched, if an index
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.
-istring
When searching files for which no index exists, ignore the contents of fields whose names are in string.
-tn Only require the first n characters of keys to be given. Initially n is 6.
FILES
filename.i Index files.
SEE ALSO refer(1), lkbib(1), indxbib(1)Groff Version 1.19.2 24 November 2004 LOOKBIB(1)
Check Out this Related Man Page
LOOKBIB(1) General Commands Manual LOOKBIB(1)NAME
lookbib - search bibliographic databases
SYNOPSIS
lookbib [ -v ] [ -istring ] [ -tn ] filename...
DESCRIPTION
lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line contain-
ing a set of keywords, searches the bibliographic databases filename... for references containing those keywords, prints any references
found on the standard output, and repeats this process until the end of input. For each database filename to be searched, if an index
filename.i created by indxbib(1) exists, then it will be searched instead; each index can cover multiple databases.
OPTIONS
It is possible to have whitespace between a command line option and its parameter.
-v Print the version number.
-istring
When searching files for which no index exists, ignore the contents of fields whose names are in string.
-tn Only require the first n characters of keys to be given. Initially n is 6.
FILES
filename.i Index files.
SEE ALSO refer(1), lkbib(1), indxbib(1)Groff Version 1.22.2 7 February 2013 LOOKBIB(1)
Hi,
At the moment, I have inserted an actual filename to conduct searches through it etc... Instead, I want the user to choose a filename and then do the searches against this file, instead of already having specified the file in the code. How would I do this? I tried doing the following, but it... (5 Replies)
Hi All,
I want to search multiple files but i dont know their exact names
ls -ltr a*
a1.240410
a2.240410
a3.240410
a4.240410
these file names keep changing acco to date or randomly
so I wanna check if any file with a* exists and then perform an actiion
I was trying
... (7 Replies)
Guys,
I tried searching on the internet and I couldn't get the answer for this problem. I have 3 files. First 2 fields of all of them are of same type, say they come from various databases but first two fields in the 3 files means the same.
I need to verify the entries that are not present... (4 Replies)
I have several problems with my program: I hope you can help me.
1) the If else statement isn't working . The IF Else syntax is:
If MEMSIZE OR sasfoundation (SASEXE) OR Real Time(second) >1.0 and Filename, output column name and value to csv or else nothing
Example progflag,cvs:... (13 Replies)