1VLTSV(1) Quick Database Manager VLTSV(1)
2
3
4
6 vltsv - mutual converter between TSV and Villa database
7
9 vltsv import [-bin] name
10 vltsv export [-bin] name
11
13 This manual page documents briefly the vltsv commands.
14
15 The command vltsv features mutual conversion between a database of
16 Villa 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.
20
21 The subcommand export reads TSV data from the standard input. The sub‐
22 command import writes TSV data to the standard output.
23
25 A summary of options is included below. For a complete description,
26 see the file:///usr/share/doc/qdbm-doc/spex.html#villacli.
27
28 -bin treat records as Base64 format.
29
31 For example, to make a database to search `/etc/password' by a user
32 name, perform the following command.
33 cat /etc/passwd | tr ':' '' | vltsv import casket
34
35 Thus, to retrieve the information of a user `mikio', perform the fol‐
36 lowing command.
37 vlmgr get casket mikio
38
40 qdbm(3), vlmgr(1), villa(3), vlopen(3).
41
43 QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
44
45 This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
46 the Debian project (but may be used by others).
47
48
49
50Man Page 2005-05-23 VLTSV(1)