Which command makes the shell variable named VARIABLE visible to subshells? seenagape 9 years ago 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: ← Previous question Next question →