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
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