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 - check that script is being executed by rootbash: for - looping over and processing files in…bash: process each line as result of command using IFS=bash combine pdf or other image files into pdfOSX system volume (sound) GET / SET via Terminal / bashbash - awk if then else snippetbash - du to get space used by directorybash - wavecache.wfm removalbash: for - looping to repeat commands