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.
export $VARIABLE

B.
export VARIABLE

C.
set $VARIABLE

D.
set VARIABLE

E.
env VARIABLE

Explanation:



Leave a Reply 1

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