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:OSX system volume (sound) GET / SET via Terminal / bashBitBar - OSX custom menu bar - running #!/bin/bashsqlite3 access via bashBASH - faster navigationbash combine pdf or other image files into pdfBASH snippet - clean up stereo pairs and sort by…bash: for - looping over and processing files in…Bash Substring Matching within StringAppleScript control over SKYPE - call & SMS/Text…