tdbtool — manipulate the contents TDB files
tdbtool
tdbtool  
		TDBFILE
		  [
		COMMANDS
		...]
This tool is part of the samba(1) suite.
tdbtool a tool for displaying and
	altering the contents of Samba TDB (Trivial DataBase) files. Each
	of the commands listed below can be entered interactively or
	provided on the command line.
create
		TDBFILECreate a new database named
		TDBFILE.
		
open
		TDBFILEOpen an existing database named
		TDBFILE.
		
eraseErase the current database.
dumpDump the current database as strings.
cdumpDump the current database as connection records.
keysDump the current database keys as strings.
hexkeysDump the current database keys as hex values.
infoPrint summary information about the current database.
insert
		KEY
		DATA
		Insert a record into the current database.
move
		KEY
		TDBFILE
		Move a record from the 
		current database into TDBFILE.
		
store
		KEY
		DATA
		Store (replace) a record in the current database.
show
		KEY
		Show a record by key.
delete
		KEY
		Delete a record by key.
list
		Print the current database hash table and free list.
free
		Print the current database and free list.
!
		COMMAND
		Execute the given system command.
first
		Print the first record in the current database.
next
		Print the next record in the current database.
quit
		Exit tdbtool.