man1/ReqSinglePar
Table of Contents
ReqSinglePar - request a single parameter value
ReqSinglePar
<dbman_host>
This program reads the stdin for a Label-RefName pair.
A request is formatted and sent to
dbman.
The value of the parameter is
returned to the stdout in database format without any addtional fields.
This makes it easy to use this in a shell script.
If the parameter name
is invalid ERRbadp is returned instead of a value.
Various other AccelNET
error codes are also returned.
This program registers with dbman as ReqPar.
- dbman_host - required
The host where dbman is running.
echo "CAT S1-1|VR" | ReqSinglePar
csdev1
This program is considered deprecated and may be removed in
a future release.
Use
ReqPar(1)
instead.
$Id: ReqSinglePar.1,v 1.1 2007/10/03
17:29:56 kitchen Exp $
Table of Contents