Within a script you create a loop. Following the variable list, the statements to be looped are found between the keywords ____ and done.
Answer: do
Explanation/Reference:
From the man pages:
for (( expr1 ; expr2 ; expr3 )) ; do list ; done
select name [ in word ] ; do list ; done
while list; do list; done