cdbget -- look up a key in a constant database
SYNOPSIS
cdbget key <file
DESCRIPTION
cdbget looks up key key in a constant database. cdbget
assumes that standard input has the database open in read
able and seekable form (This means pipes will not work).
cdbget will print the key to standard output, and will not
add any newlines or extra characters.
RETURN VALUES
0 on match, 1 on a miss, 111 on error.
BUGS
cdbget does not check for write errors.
SEE ALSO
cdbdump(1), cdbmake(1), cdbstats(1)
Man(1) output converted with
man2html