Table of Contents
dbmod - send a list of parameter values to the database
dbmod
<argument list> <fn>
The program reads a list of Label-RefName pairs
and values.
The program reads from the file specified by <fn> if present else
it reads from stdin.
A request is formatted and sent to dbman for each tuple
in the file.
Argument processing is done using unix long argument
syntax.
- --dbman_host <hn>
The host where dbman(8)
is running.
If this argument is not present the default is "localhost". The DBMAN_HOST
environment variable is used if present.
- --verbose=<n>
Normally the program does it’s work silently. This causes it to print several
messages on startup.
- --help
print the help info to stderr and exit.
BM 01-1|CC |0.0
EQ TX-1|XVC |22.0
EQ TX-1|YVC |22.0
dbmod csdev1 < par_value_list
$Id:
dbmod.1,v 1.4 2008/04/02 15:58:46 kitchen Exp $
Table of Contents