bash how to print elements of array code example Example 1: bash display items in array $ printf '%s\n' "${my_array[@]}" Example 2: bash print array echo "${array[*]}"