1.

A variable can be removed using _____(a) unset(b) readonly(c) del(d) bashI have been asked this question during a job interview.This question is from Command Substitution and Shell Variables in chapter The Shell of Unix

Answer»

The correct CHOICE is (a) UNSET

The EXPLANATION: A variable can be REMOVED using the unset command. unset in an internal command. For example, if we want to undefine a variable x then,



Discussion

No Comment Found

Related InterviewSolutions