Bash Parameters and Variables
Jump to navigation
Jump to search
Internal
local Keyword
export
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.