Bash Scripting - Arrays
What is wrong with this Bash code snippet?
my_array=(apple banana cherry)
echo ${my_array[3]}my_array=(apple banana cherry)
echo ${my_array[3]}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions