1.

How To Unset Or De-assign Variables?

Answer»

‘unset’ command is USED to de-assign or unset a VARIABLE.

Syntax is shown below:

# unset <Name_of_Variable>

‘unset’ command is used to de-assign or unset a variable.

Syntax is shown below:

# unset <Name_of_Variable>



Discussion

No Comment Found