Bash global and local variables Local variables. Example#. function foo() { local var var="hello" } foo echo $var. Will output nothing, as var is a variable ...
確定! 回上一頁