Shell Single Line untuk sintaks loop

# Basic syntax:
for i in a b; do echo $i; done
Charles-Alexandre Roy