Declare an associative array.
Section: Associative Arrays
Create associative array
bash
bash
declare -A ports=([http]=80 [https]=443)Explanation
Requires Bash 4 or newer.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Associative Arrays