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 OSX: hours on a computer, list rebootsBash Substring Matching within Stringbash combine pdf or other image files into pdfOSX review login items via bash+applescriptbash - df to get space usage by volumebash - awk if then else snippetbash - check that script is being executed by rootbash - wavecache.wfm removalbash NULL DEVICE - redirecting output & errors