#!/bin/bash declare -A DATA DATA=([one]=111 [two]=222) cat <