SUPPORT commands
PROGRAM NAME
kdbmcat - print contents of (ascii) DBM database
DESCRIPTION
kdbmcat
is used to print the contents of a DBM database.
It prints each key found in the database,
followed by the value stored under that key.
REQUIRED ARGUMENTS
none
OPTIONAL ARGUMENTS
- -tb
-
type: string
desc: name of toolbox
default: {none}
- -oname
-
type: string
desc: name of object
default: {none}
- -manpage
-
type: flag
desc: select the manpage dbm
- -cms
-
type: flag
desc: display the cms database
- -functions
-
type: flag
desc: display the functions database
- -dbm
-
type: string
desc: path to dbm file
default: {none}
EXAMPLES
SEE ALSO
RESTRICTIONS
kdbmcat
currently assumes that the values stored under each key can be
simply printed to standard output.
I.e.
kdbmcat
is only useful for databases where the data stored is ascii.
In the future some od(1) style options will be added.
REFERENCES
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.