Bash Scripting - Arrays
Identify the error in this code snippet:
myarray=(apple banana cherry)
echo ${myarray(1)}myarray=(apple banana cherry)
echo ${myarray(1)}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions