AP DS TECH bash – iterating over a string array ~~ April 25, 2020 123456789101112131415#declare -a myArrayList=( myArrayList=( # NEW ENTRIES BELOW THIS LINE Judy Bob "Adam Smith" Bonnie # NEW ENTRIES ABOVE THIS LINE ) ## IF YOU HAVE SPACES IN THE ITEMS - THE ITEM NEEDS TO BE QUOTED for item in "${myArrayList[@]}"; do echo $item done Related Posts:bash: for - looping to repeat commandsBash Substring Matching within Stringbash - awk with colored outputbash - df to get space usage by volumebash mkdir -p for recursive subdirectory creationBitBar - OSX custom menu bar - running #!/bin/bashOSX system volume (sound) GET / SET via Terminal / bashBASH snippet - clean up stereo pairs and sort by…OSX review login items via bash+applescript