What keyword is missing from this code sample of a shel…

What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done

What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done

A.
for

B.
loop

C.
until

D.
while



Leave a Reply 0

Your email address will not be published. Required fields are marked *