nerdexam
LPI

117-102 · Question #119

What output will the following command $ seq 10 produce?

The correct answer is B. The numbers 1 through 10 with one number per line. See the full explanation below for the reasoning.

Question

What output will the following command $ seq 10 produce?

Options

  • AA continuous stream of numbers increasing in increments of 10 until stopped
  • BThe numbers 1 through 10 with one number per line
  • CThe numbers 0 though 9 with one number per line
  • DThe number 10 to standard output

How the community answered

(52 responses)
  • A
    12% (6)
  • B
    77% (40)
  • C
    8% (4)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice