FreeBSD Manual Pages
MTBL_DUMP(1) MTBL_DUMP(1) NAME mtbl_dump - print key-value entries from an MTBL file SYNOPSIS mtbl_dump [-s] FILE DESCRIPTION mtbl_dump(1) prints all key-value entries from an MTBL file to stdout, in file order. Each entry is printed on its own line, with double quotes surrounding the key and the value, with a single space character separating the two. Unprintable characters and embedded double quote characters are escaped using the Python string literal syntax. OPTIONS -s Silent mode (don't output anything). Useful for benchmarking. 04/01/2019 MTBL_DUMP(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=mtbl_dump&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>