datardd – tool to summarise and output data from rdd(1) configs.

Synopsis

datardd DATA [options]
datardd DATA OBJECT [options]
datardd [options]
datardd --help|--version

Description

datardd outputs data from rdd(1) configuration files to stdout. The form of data is language-independent and cannot be used in scripts directly (see dumprdd(1) and droprdd(1) for that). Command does not construct language scripts, launch or write anything.

The conventions of rdd(1) apply here as well, including options, syntax, limits and environment. Refer to the head man page for their detailed description.

The changes, specific to datardd command, are as follows:

-
Options, concerning choice of languages and functions, take no effect.
-
Second argument OBJECT is always interpreted as the single object name. If the list is given, output data is constructed for the first object in that list.

See also

rdd(1), rdd-howto(7), dumprdd(1), droprdd(1), lsrdd(1), make(1)