nerdexam
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)
  • A
    79% (22)
  • B
    11% (3)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full LX0-102 Practice