cdbgetm.1 - indimail/indimail-mta GitHub Wiki
cdbgetm - search for multiple records matching a key in cdb
cdbgetm k
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.
cdbget(1), cdbmake(1), cdbdump(1), cdbmake-12(1), cdbmake-sv(1),