Export an environment variable, optionally specifying a value. For example:
-x foo
exports the environment variablefoo
and takes its value from the current environment.-x foo=bar
exports the environment variable namefoo
and sets its value tobar
in the started processes.-x foo*
exports all current environmental variables starting withfoo
.