1RLMGR(1)                    Quick Database Manager                    RLMGR(1)
2
3
4

NAME

6       rlmgr - administration utility for QDBM Relic
7

SYNOPSIS

9       rlmgr create name
10       rlmgr store [-kx] [-vx|-vf] [-insert] name key val
11       rlmgr delete [-kx] name key
12       rlmgr fetch [-kx] [-ox] [-n] name key
13       rlmgr list [-ox] name
14

DESCRIPTION

16       This manual page documents briefly the rlmgr commands.
17
18       rlmgr  is  a  utility for debugging Relic and its applications. It fea‐
19       tures editing and checking of a database. It can be used  for  database
20       applications with shell scripts. This command is used in the above for‐
21       mat.  name specifies a database  name.  key  specifies  the  key  of  a
22       record. val specifies the value of a record.
23

OPTIONS

25       A  summary  of  options is included below.  For a complete description,
26       see the file:///usr/share/doc/qdbm-doc/spex.html#reliccli.
27
28       -kx    treat key as a binary expression of hexadecimal notation.
29
30       -vx    treat val as a binary expression of hexadecimal notation.
31
32       -vf    read the value from a file specified with val.
33
34       -insert
35              specify the storing mode for `DBM_INSERT'.
36
37       -ox    treat the output as a binary expression of hexadecimal notation.
38
39       -n     do not output the tailing newline.
40

SEE ALSO

42       qdbm(3), relic(3).
43

AUTHOR

45       QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
46
47       This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
48       the Debian project (but may be used by others).
49
50
51
52Man Page                          2005-05-23                          RLMGR(1)
Impressum