Bash Scripting - Functions
Which of the following is the correct way to declare a local variable named
count inside a Bash function?count inside a Bash function?local variable_name=value.local count=10 matches the correct syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions