1.

Environment Variable Commands

Answer»
COMMANDMEANINGEXAMPLE & SYNTAX
envThis command displays all the environment variables.Syntax: $ env
echo $VariableThis command displays the environment variable.

Example: The command at the right will display the INSTANCE environment variable.


Syntax: $ echo $INSTANCE=


unsetThis command removes a variable.Syntax: $ unset



Discussion

No Comment Found