How can the existing environment variable FOOBAR be sup… seenagape 8 years ago How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscriptonly? A. unset -v FOOBAR;./myscript B. set -a FOOBAR=””;./myscript C. env -u FOOBAR./myscript D. env -i FOOBAR./myscript ← Previous question Next question →