Bash arrays: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 March 2020

  • curprev 07:1707:17, 23 March 2020Martin talk contribs 275 bytes +275 Created page with "category: Linux = Arrays - bash = <pre> ## Declare associate array: declare -A OFFICES ## Assign data OFFICES[Southampton]=0 ## Loop array for key in "${!OFFICES[@]}"..."