/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
declare -a arrayname=(element1 element2 element3)
URL: http://www.thegeekstuff.com/2010/06/bash-array-tutorial/