Bash -Element an die Vorderseite des Arrays hinzufügen
myArray=('myElement' "${myArray[@]}")
Brian Patterson
myArray=('myElement' "${myArray[@]}")