PdfPrep.com

What keyword is missing from this code sample of a shell script?

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

Answer: A

Exit mobile version