/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#! /bin/bash declare -a Unix=('Debian' 'Red hat' 'Red hat' 'Suse' 'Fedora'); echo ${Unix[@]}
URL: http://www.thegeekstuff.com/2010/06/bash-array-tutorial/