export [ -ps ] [ name [ =value ] ... ]
Description
You can use export to set the export attribute for the variables specified by name. A variable with the export attribute is automatically placed in the environment of subsequently executed commands.
When no arguments are specified, qsh displays a list of all the variables with the export attribute and their values.
Options
Operands
Each name specifies a variable in the current environment. If a value is also specified, the value of the variable is updated.
Exit Status
Related information
export ALPHA
export ALPHA=one
export