Shell Rosetta: looping through a list 2023-11-24 bash$ list=(a 'b c' d e) $ for x in "${list[@]}"; do echo $x; done a b c d e rc% list=(a 'b c' d e) % for (x in $list) { echo $x } a b c d e xs; list = (a 'b c' d e) ; for x $list { echo $x } a b c d e MusicPD Soft Ramping Alarm Clock Functions in XS that need two lists