NAME

dyndbget - read a record from a dynamic database

SYNOPSIS

dyndbget key <dbfile

DESCRIPTION

dyndbget searches for a record with key key in a dynamical database. The database must be readable (and seekable) on standard input.

Normally dyndbget prints the data in the first record found matching key key and exits 0. If there is no record with the key B<key>, it exits 100 without printing anything.
If dyndbget encounters a read error, write error, or database format error, it prints an error message and exits 111.

AUTHOR

Uwe Ohse, uwe@ohse.de

SEE

dyndb_intro(7)