LPI
102-400 · Question #132
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
(30 responses)- A83% (25)
- B3% (1)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.