U P D A T E R
11.4. Saving the report to a file
Saving the report to a file. Example.
To save report data to a file,
use the command line switch
–w
:
./kavupdater -uik=server_and_path
-w[t][a][-][+][=filename]
where:
•
-wt
or
-wt+
is the switch creating a new log file;
•
-wa
or
-wa+
is the switch appending a report to the log
file;
•
-w+
or
-wa+
is the switch adding details to reports.
You may define the name of your log file. If this file is not defined in the
switch, the program will use the log file pre-defined in
defUnix.prf
.
To append reports to the defined file,
enter a string similar to the following in the command line:
./kavupdater -uip=server_and_path
-wa=myreport.rep
The program will append reports to myreport.rep.
To save reports to your system log,
use the command line switch
–ws
:
./kavupdater -uip=server_and_path -ws
To add details to the program reports,
use the command line switch
–r
:
./kavupdater -uip=server_and_path -r
188