Bash has a way to mark variables as "local to the current scope", by adding the local keyword in front of the variable name, like this: local ...
確定! 回上一頁