How can this be done? seenagape 10 years ago To test a shell script called myscript, the environment variable FOOBAR must be removedtemporarily. How can this be done? A.unset -v FOOBAR B.set -a FOOBAR=”” C.env -u FOOBAR myscript D.env -i FOOBAR myscript ← Previous question Next question →