Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)
Select all that apply, then click Submit answer.
-
○
visible TEST
-
○
declare +x TEST
-
○
declare –x TEST
-
○
export TEST
-
○
export –v TEST