create bash array


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. declare -a arrayname=(element1 element2 element3)

URL: http://www.thegeekstuff.com/2010/06/bash-array-tutorial/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.