Hacker News new | past | comments | ask | show | jobs | submit login

For reference, to use associative arrays in Bash:

  declare -A table
  column="name"
  table[$column]="value"
Included in recent versions of bash :)



I say typeset, you say declare, let's call the whole thing off! :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: