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 NULL DEVICE - redirecting output & errorsbash - awk if then else snippetbash: for - looping to repeat commandsbash combine pdf or other image files into pdfbash OSX iTerm2 - display inline images in terminalBASH snippet - clean up stereo pairs and sort by…sqlite3 access via bashBASH y/n select - on user inputOSX review login items via bash+applescript