$ VARIABLE=VALUE
. setenv
VARIABLE VALUE]
In order for this variable to propagated to child processes, it must be
exported using
$ export VARIABLE
.
A child program cannot directly change the environment of any other
process.
To see your current environment, type
$ printenv