1CRTSV(1) Quick Database Manager CRTSV(1)
2
3
4
6 crtsv - mutual converter between TSV and QDBM Curia database
7
9 crtsv import [-bnum num] [-dnum num] [-bin] name
10 crtsv export [-bin] name
11
13 This manual page documents briefly the crtsv commands.
14
15 The command crtsv features mutual conversion between a database of
16 Curia and a TSV text. This command is useful when data exchange with
17 another version of QDBM or another DBM, or when data exchange between
18 systems which have different byte orders. This command is used in the
19 above format. name specifies a database name. The subcommand export
20 reads TSV data from the standard input. If a key overlaps, the latter
21 is adopted. -bnum specifies the number of the elements of the bucket
22 array. -dnum specifies the number of division of the database. The sub‐
23 command import writes TSV data to the standard output.
24
26 A summary of options is included below. For a complete description,
27 see the file:///usr/share/doc/qdbm-doc/spex.html#curiacli.
28
29 -bnum num
30 specify the number of the elements of the bucket array.
31
32 -dnum num
33 specify the number of division of the database.
34
35 -bin treat records as Base64 format.
36
38 For example, to make a database to search `/etc/password' by a user
39 name, perform the following command.
40 cat /etc/passwd | tr ':' '' | crtsv import casket
41
42 Thus, to retrieve the information of a user `mikio', perform the fol‐
43 lowing command.
44 crmgr get casket mikio
45
47 qdbm(3), crmgr(1), curia(3), cropen(3).
48
50 QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
51
52 This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
53 the Debian project (but may be used by others).
54
55
56
57Man Page 2005-05-23 CRTSV(1)