Go to the previous, next section.
dbm files to gdbm format.
The program conv2gdbm has been provided to help you convert from dbm
databases to gdbm. The usage is:
conv2gdbm [-q] [-b block_size] dbm_file [gdbm_file]
The options are:
conv2gdbm to work quietly.
gdbm_open.
dbm file without the .pag or .dir
extensions.
gdbm file name is the
same as the dbm file name without any extensions. That is
conv2gdbm dbmfile converts the files dbmfile.pag and
dbmfile.dir into a gdbm file called dbmfile.
Go to the previous, next section.