Environment Variable - Getting and Setting Environment Variables

Getting and Setting Environment Variables

The variables can be used both in scripts and on the command line. They are usually referenced by putting special symbols in front of or around the variable name. For instance, to display the user home directory, in most scripting environments, the user has to type:

echo $HOME

On DOS, OS/2 or Windows systems, the user has to type this:

echo %HOME%

In Windows PowerShell, the user has to type this:

Write-Output $HOME

Read more about this topic:  Environment Variable

Famous quotes containing the words setting, environment and/or variables:

    The world is ... the natural setting of, and field for, all my thoughts and all my explicit perceptions. Truth does not “inhabit” only “the inner man,” or more accurately, there is no inner man, man is in the world, and only in the world does he know himself.
    Maurice Merleau-Ponty (1907–1961)

    Maturity involves being honest and true to oneself, making decisions based on a conscious internal process, assuming responsibility for one’s decisions, having healthy relationships with others and developing one’s own true gifts. It involves thinking about one’s environment and deciding what one will and won’t accept.
    Mary Pipher (20th century)

    The variables of quantification, ‘something,’ ‘nothing,’ ‘everything,’ range over our whole ontology, whatever it may be; and we are convicted of a particular ontological presupposition if, and only if, the alleged presuppositum has to be reckoned among the entities over which our variables range in order to render one of our affirmations true.
    Willard Van Orman Quine (b. 1908)