Bash Scripting - Variables
Identify the error in this script snippet:
```bash
function example() {
local VAR=123
export VAR
}
example
```
What will happen when running this script?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions