zsh untuk

for <item> in <list of items>
do
    <command to run>
done
juliocorradi