Difference between revisions of "Shell Commands/Getenv"

From MorphOS Library

< Shell Commands

(Created page with "'''GetEnv''' - Displays the contents of a global environment variable NAME/A <nowiki> NAME - name of the global variable to display</nowiki> GetEnv is used to retrieve and d...")
 
(No difference)

Latest revision as of 10:44, 3 March 2015

GetEnv - Displays the contents of a global environment variable

NAME/A

NAME - name of the global variable to display

GetEnv is used to retrieve and display the value of a global environment variable. The value is displayed in the current window. Global variables are stored in ENV: and are recognized by all Shells.

See also: SetEnv command.