I want to define a hash list in bash (version 4.3.30):
- 4 gateways
- each gateway has
- an IP
- an IP6
- a name
- ...
and I want to walk through this list in a loop and do stuff to each gateway.
I searched a lot, but it seems, bash doesn't support multidimensional arrays?