Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

function::env_var


Name

function::env_var — Fetch environment variable from current process

Synopsis

env_var:string(name:string)

Arguments

name
Name of the environment variable to fetch

Description

Returns the contents of the specified environment value for the current process. If the variable isn't set an empty string is returned.