Bash Dodaj element z przodu tablicy
myArray=('myElement' "${myArray[@]}")
Brian Patterson
myArray=('myElement' "${myArray[@]}")