https://www.tech-recipes.com/blog/2003/12/28/php-syntax-sort-an-associative-array-by-value-with-asort/
To sort an associative array by the array values, use asort. asort($capitals); An optional parameter (sort_flags) can be passed to asort to alter the way that...
php syntaxassociative arraysortvalue
https://www.educative.io/courses/guide-to-bash-programming/exercise-case-statement-and-associative-array
Practice using the Bash case statement and associative arrays to switch configuration files in scripts that manage ~/.bashrc settings.
case statementassociative arraybashexercises