Bash Scripting - Arrays
Which of the following is the correct syntax to store the length of a bash array
files into a variable count?files into a variable count?${#files[@]}.count=${#files[@]} stores the array length in count.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions