HTTXT2DBM
NAMESYNOPSIS
SUMMARY
OPTIONS
EXAMPLES
NAME
httxt2dbm − Generate dbm files for use with RewriteMap
SYNOPSIS
httxt2dbm [ -v ] [ -f DBM_TYPE ] -i SOURCE_TXT -o OUTPUT_DBM
SUMMARY
httxt2dbm is used to generate dbm files from text input, for use in RewriteMap with the dbm map type.
If the output file already exists, it will not be truncated. New keys will be added and existing keys will be updated.
OPTIONS
-v |
More verbose output |
-f DBM_TYPE
Specify the DBM type to be used for the output. If not specified, will use the APR Default. Available types are: GDBM for GDBM files, SDBM for SDBM files, DB for berkeley DB files, NDBM for NDBM files, default for the default DBM type.
-i SOURCE_TXT
Input file from which the dbm is to be created. The file should be formated with one record per line, of the form: key value. See the documentation for RewriteMap for further details of this file’s format and meaning.
-o OUTPUT_DBM
Name of the output dbm files.
EXAMPLES
httxt2dbm -i
rewritemap.txt -o rewritemap.dbm
httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm
More Linux Commands
manpages/TYPE_ALPHA.3form.html
TYPE_ALPHA(3form) - form system global variables (Man Page)
These are building blocks for the form library, defining fields that can be created using set_fieldtype(3X). Each provides functions for field- and character-va
manpages/XtRemoveCallback.3.html
XtRemoveCallback(3) - add and remove callback procedures....
The XtAddCallback function adds the specified callback procedure to the specified widgets callback list. The XtAddCallbacks add the specified list of callbacks
manpages/vid_attr_sp.3ncurses.html
vid_attr_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/clrtobot.3ncurses.html
clrtobot(3ncurses) - clear all or part of a curses window...
The erase and werase routines copy blanks to every position in the window, clearing the screen. The clear and wclear routines are like erase and werase, but the
manpages/pbmtomrf.1.html
pbmtomrf(1) - convert a PBM format image to MRF (Man Page)
This program is part of Netpbm(1) pbmtomrf converts a PBM image to MRF format. For more information about mrf, see theMRF specification 411toppm(1) pbmtomrf tak
manpages/mdadm.8.html
mdadm(8) - manage MD devices aka Linux Software RAID........
RAID devices are virtual devices created from two or more real block devices. This allows multiple devices (typically disk drives or partitions thereof) to be c
manpages/ext2.5.html
ext2(5) the second extended file system br ext2 the third ex
The second, third, and fourth extended file systems, or ext2, ext3, and ext4 as they are commonly known, are Linux file systems that have historically been the
manpages/gnutls_x509_crt_export.3.html
gnutls_x509_crt_export(3) - API function - Linux man page...
gnutls_x509_crt_export.3 - This function will export the certificate to DER or PEM format. If the buffer provided is not long enough to hold the output, then *o
manpages/asn1Decoding.1.html
asn1Decoding(1) - ASN.1 DER decoder - Linux manual page.....
Decodes DER data in ENCODED file, for the ASN1TYPE element described in ASN.1 DEFINITIONS file, and print decoded structures. -h, --help display this help and e
manpages/Tk_GetPixelsFromObj.3.html
Tk_GetPixelsFromObj(3) - translate between strings and scree
These procedures take as argument a specification of distance on the screen (objPtr or string) and compute the corresponding distance either in integer pixels o
manpages/attr_multi.3.html
attr_multi(3) - manipulate multiple user attributes on a fil
The attr_multi and attr_multif functions provide a way to operate on multiple attributes of a filesystem object at once. Path points to a path name for a filesy
manpages/pkexec.1.html
pkexec(1) - Execute a command as another user (Man Page)....
pkexec allows an authorized user to execute PROGRAM as another user. If username is not specified, then the program will be executed as the administrative super
