This directory holds some low-level manipulation tools for GDBM databases.

gdbmconsolidate		Consolidate n GDBM databases into one
gdbmdelete		Delete a key,data from a GDBM database
gdbmdump		Dump a GDBM database for use with gdbmrestore.
			Must be used to copy a GDBM database to another
			machine, since GDBM uses a binary format.
gdbmfetch		Fetch a key,data from a GDBM database
gdbmkeys		Prints all of the keys for a GDBM database.
gdbmprint		Prints all of the data for a GDBM database.
gdbmreorg		Reorganizes a GDBM database; may save some space.
gdbmrestore		For use with gdbmdump.
gdbmsort		Prints the data for a GDBM database, sorted by key.
gdbmstore		Adds a key,data to a GDBM database.

Darren Hardy, hardy@cs.colorado.edu, June 1994
