text.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 25 行

SO
25
字号
m4_comment([$Id: text.so,v 10.15 2001/03/13 20:39:47 bostic Exp $])m4_ref_title(Dumping and Reloading,    Loading text into databases,    loading @text into databases,    dumpload/format, install/file)m4_p([dnlThe m4_ref(db_load) utility can be used to load text into databases.The m4_option(T) option permits nondatabase applications to createflat-text files that are then loaded into databases for fast,highly-concurrent access.  For example, the following command loads thestandard UNIX m4_path(/etc/passwd) file into a database, with the loginname as the key item and the entire password entry as the data item:])m4_indent([dnlawk -F: '{print [$]1; print [$]0}' __LT__ /etc/passwd |m4_backslash([])	sed 's/m4_backslash([])m4_backslash([])/m4_backslash([])m4_backslash([])m4_backslash([])m4_backslash([])/g' | db_load -T -t hash passwd.db])m4_p([dnlNote that backslash characters naturally occurring in the text are escapedto avoid interpretation as escape characters by m4_ref(db_load).])m4_page_footer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?