xref: /original-bsd/old/dbconv/dbconv.1 (revision dd1c374e)
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)dbconv.1 5.1 (Berkeley) 02/14/91

DBCONV 1 ""
C 7
NAME
dbconv - convert dbm style databases to db style databases
SYNOPSIS
dbconv from to
DESCRIPTION
Dbconv converts old style dbm (3) (or ndbm (3)) databases to db (3) style databases. From is the name of the dbm database (the database files are expected to be from .dir and from .pag). The new database will be written out to the file to .

Dbconv prints out the number of records that were transferred, as well as any duplicates that were dropped.

Dbconv exits 0 on success, and 1 if any records were duplicates or an error occurred.

SEE ALSO
db(3), ndbm(3)