Skip to content

cdbgetm.1

Manvendra Bhangui edited this page Feb 25, 2024 · 4 revisions

NAME

cdbgetm - search for multiple records matching a key in cdb

SYNOPSIS

cdbgetm k

DESCRIPTION

cdbgetm searches for all records with key k in a constant database. The constant database must be readable (and seekable) on cdbgetm's standard input.

Normally cdbgetm prints the data in the first record with key k and exits 0. If there is no record with the key k, cdbgetm exits 100 without printing anything.

If cdbgetm encounters a read error, write error, or database format error, it complains and exits 111.

SEE ALSO

cdbget(1), cdbmake(1), cdbdump(1), cdbmake-12(1), cdbmake-sv(1),

Clone this wiki locally