File: cdbdump.pod

package info (click to toggle)
freecdb 0.61
  • links: PTS
  • area: main
  • in suites: potato
  • size: 116 kB
  • ctags: 90
  • sloc: ansic: 614; makefile: 91; sh: 12
file content (17 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=head1 NAME

cdbdump -- output the keys and values of a constant database

=head1 SYNOPSIS

cdbdump E<lt>F<file>

=head1 DESCRIPTION

B<cdbdump> reads a constant database from standard input and outputs
its contents to standard output. The format used is B<cdbmake>
compatible.

=head1 SEE ALSO

L<cdbget(1)|cdbget(1)>, L<cdbmake(1)|cdbmake(1)>, L<cdbstats(1)|cdbstats(1)>