6.5.1.4 Variable Assignment



Values are assigned to UNIX shell variables as follows:

variable=expression

When the built-in menu commands are enabled, the set command does variable assignment.

set variable to

expression

A variable must be exported with the export statement if it is to be accessed by an external command.