All Questions
Tagged with associative-array string
1 question
6
votes
2
answers
6k
views
Bash: value too great for base when using a date as array key
I have read about specifying "10#", but I don't think it's my case as I am not doing number comparison. I am trying to create an associative array in Bash, and the code worked fine until ...