📄 text.so
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -