📄 readme
字号:
This directory holds some low-level manipulation tools for GDBM databases.gdbmconsolidate Consolidate n GDBM databases into onegdbmdelete Delete a key,data from a GDBM databasegdbmdump 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 databasegdbmkeys 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -