HP SVA V2.0 Visualization System Software Reference Guide

svaDisplayVersion(3)
NAME
svaDisplayVersion -- Writes the program name and program version to STDOUT.
Synopsis
svaDisplayVersion
Parameters
This command does not use any formal parameters on the command line. Instead, the shell
environment variables theProgramName and theProgramVersion pass values to the
command.
Returns
None.
Description
The program name and version from the environment variables theProgramName and
theProgramVersion are written to STDOUT.
Make sure the job launch script sources the svainit file before this function is called:
. svainit
26