gdbmtool

GNU dbm database routines (command line tools)

Description

GNU dbm ('gdbm') is a library of database functions that use extendible hashing and works similarly to the standard UNIX 'dbm' functions.

The basic use of 'gdbm' is to store key/data pairs in a data file, thus providing a persistent version of the 'dictionary' Abstract Data Type ('hash' to perl programmers). This package includes following command line tools:

 * gdbm_dump -- dump database content into system-independant format
 * gdbm_load -- recreate database from dump, created by gdbm_dump
 * gdbmtool -- view and modify an existing database or to create a new one.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://gnu.org/software/gdbm


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install gdbmtool