Skip to main content
3 events
when toggle format what by license comment
Aug 3, 2020 at 7:08 comment added muru @GustavoReis size_mapping is not a mutlidimensional array, it's an associative array (like a dict in Python or a map in C++). Associative arrays aren't uncommon in bash scripts.
Aug 3, 2020 at 4:58 comment added Oo'- I have never heard of multidimensional array in Shell Script, it seems to be very rare. I thought it is exclusive of C, C++, Java, Javascript, PHP and Python.
Aug 3, 2020 at 4:10 history answered muru CC BY-SA 4.0