CompTIA
LX0-102 · Question #534
What keyword is missing from this code sample of a shell script? ____ i in *.txt; do echo $i done
The correct answer is A. for. See the full explanation below for the reasoning.
Question
What keyword is missing from this code sample of a shell script? ____ i in *.txt; do echo $i done
Options
- Afor
- Bloop
- Cuntil
- Dwhile
How the community answered
(28 responses)- A79% (22)
- B11% (3)
- C7% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.