BASH: arrays and hashmaps
๐ง By: Konstantin Shutkin
Sometimes there is a need to use in BASH such structures as lists (also known as arrays) and dictionaries (also known as hashmaps and associative arrays). In this post there are some samples how to work with them.
Read more...