Multiple choice

Which command is used to remove an existing environmental variable?

  1. delete

  2. remove

  3. unset

  4. free

  5. 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