declare -a MY_ARRAY=()
Does the declaration of array in this way in bash will initiate all the array elements to 0?Does the declaration
declare -a MY_ARRAY=()
Does the declaration of array in this way in bash will initiate all the array elements to 0?Does the declaration