Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)
visible TEST
declare +x TEST
declare –x TEST
export TEST
export –v TEST
Submit