Multiple choice Which command is used to remove an existing environmental variable? delete remove unset free set Reveal answer Fill a bubble to check yourself C Correct answer Explanation To remove an environmental variable the 'unset' command is used. Usage : unset variablename Example : unset marks