File: cdbget.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 (28 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=head1 NAME

cdbget -- look up a key in a constant database

=head1 SYNOPSIS

cdbget I<key> E<lt>F<file>

=head1 DESCRIPTION

B<cdbget> looks up key I<key> in a constant database. B<cdbget>
assumes that standard input has the database open in readable and
seekable form (This means pipes will not work).

B<cdbget> will print the key to standard output, and will B<not> add
any newlines or extra characters.

=head1 RETURN VALUES

0 on match, 1 on a miss, 111 on error.

=head1 BUGS

B<cdbget> does not check for write errors.

=head1 SEE ALSO

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