PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Bash associative array examples – Andy Balaam's Blog

jeudi 10 décembre 2015 à 11:45
declare -A myArray
myArray[1]="Salut le monde"
myArray[2]="Hello world"
echo ${myArray[1]}
via http://shaarli.callmematthi.eu/?r3kgrw
(Permalink)