Bash Parameters and Variables: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


==Function Level==
==Function Level==
===<tt>local</tt> Keyword===

Revision as of 00:45, 27 May 2016

Internal

Scope

All variables declared in a shell are visible inside the functions executed within that shell and inside functions invoked from function invoked from the shell, recursively.

Shell Level

Function Level