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:sqlite3 access via bashAppleScript control over SKYPE - call & SMS/Text…bash NULL DEVICE - redirecting output & errorsbash: for - looping to repeat commandsbash mkdir -p for recursive subdirectory creationbash: for - looping over and processing files in…bash - awk if then else snippetOSX Bash - commands I didn't know before (or saw…bash combine pdf or other image files into pdf