DISTROS=("Debian" "Trisquel" "Ubuntu" "RedHat") #If you print the DISTROS Array as a variable, it prints variable 0, the array displays the variables contained in it starting at 0 (zero), so it would be the same as printing at ${DISTROS[0]} echo $DISTROS