Bash Scripting - Arrays
Which of the following is the correct syntax to print the third element of an array
colors in Bash?colors in Bash?${array_name[index]}. So, ${colors[2]} is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions