Associative Arrays in Bash
Arrays are essential in Bash scripting for managing multiple related data items under one variable name. While indexed arrays use numerical indices, Bash also supports associative arrays, where each element is associated with a string key rather than a number. This makes associative arrays perfect for storing data pairs, like