Gets an environment variable.
getenv <envname> <strvar>
Retrieves the value of an environment variable specified by <envname> and stores it in the string variable <strvar>.
getenv 'TEMP' env