logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdbget - search for a record in a constant database

Description

cdbget searches for a record with key key in a constant database.  The constant database must be readable
       (and seekable) on cdbget's standard input.

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

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

       Given a numeric skip argument, cdbget skips past the first skip records with key key, and prints the data
       in the next record.

Name

       cdbget - search for a record in a constant database

See Also

cdbmake(1), cdbdump(1), cdbstats(1)

                                                                                                       cdbget(1)

Synopsis

cdbgetkey [ skip ]

See Also