Question: You created a local environment variable, MYVAR, and would like to make it available to other processes. What command should you execute to make it
You created a local environment variable, MYVAR, and would like to make it available to other processes. What command should you execute to make it a global environment variable?
| global MYVAR | ||
| export MYVAR | ||
| global $MYVAR | ||
| export $MYVAR |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
