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