Which command makes the shell variable named VARIABLE visible to subshells?

Which command makes the shell variable named VARIABLE visible to subshells?

Which command makes the shell variable named VARIABLE visible to subshells?

A.
set VARIABLE

B.
env VARIABLE

C.
export $VARIABLE

D.
export VARIABLE

E.
set $VARIABLE

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *