Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::env_var(3stap)


FUNCTION::ENV_VAR

FUNCTION::ENV_VAR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

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

GENERAL SYNTAX

evn_var:string(name:string)

DESCRIPTION

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



function::env_var(3stap)