LPI
102-350 · Question #20
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
(48 responses)- A85% (41)
- B8% (4)
- C2% (1)
- D4% (2)
Community Discussion
No community discussion yet for this question.