.Dd $Mdocdate$ .Dt CDBDUMP 1 .Os .Sh NAME .Nm cdbdump .Nd print the contents of a cdb .Sh SYNOPSIS .Nm < .Ar CDB .Sh DESCRIPTION .Nm prints the contents of a .Xr cdb 5 read from stdin in a simple, unambiguous format. For each record in the cdb, .Nm writes a record to stdout of the form: .Dl +klen,dlen:key->data followed by a newline. The keys and data may contain null bytes, newlines, or any other arbitrary binary data. .Sh EXIT STATUS .Bl -tag .It 0 Success. .It 100 Wrong usage. .It 111 System call failed. .El .Sh SEE ALSO .Xr cdb 5 , .Xr cdbget 1 , .Xr cdbmake 1 .Sh AUTHORS .An Sam Nystrom Ao Mt sam@samnystrom.dev Ac .An D. J. Bernstein (cdb and cdbmake formats, original cdbdump program) .An Laurent Bercot (cdb read/write library)