Note that the label and/or refname field may need to be quoted if it contains whitespace to cause the shell to treat the entire name as one program argument.
The FONTbig parameter is used to determine what font is used by gvm.
If this parameter is not present in the table or the environment variable is not set then gvm uses it’s default font.
#
# this sets the path to the xcrt_color.dat file
#
export XCRT_COLOR_TBL=$USER_TREE/$CONF/config/xcrt_color.dat
#
# this starts the program
#
gvm csdev1
#
# or it may be started with additional args
#
gvm csdev1 "TPS TX-1" "GvmVR"
Note that in the 2nd example that the Label is quoted to escape it in the shell. This is done to preserve the whitespace within the label and prevent the shell from treating the label as multiple arguments.
The RefName is also quoted but doesn’t need to be.