What Are Environment Variables?: Variable Description
What Are Environment Variables?: Variable Description
E.g. $LANG environment variable stores the value of the language that the user
understands. This value is read by an application
Variable Description
This variable contains a colon (:)-separated list of
directories in which your system looks for executable files.
Deleting Variables
The following syntax can be used to remove a Variable from the
system.
unset variablename
Summary:
Command Description