Page 1 of 1

What output does the command seq 10 produce?

Posted: Sat Aug 20, 2022 7:48 am
by answerhappygod
What output does the command seq 10 produce?

A. A continuous stream of numbers increasing in increments of 10 until the command is stopped.
B. It creates no output because a second parameter is missing.
C. The number 0 through 9 with one number per line.
D. The number 10 to standard output.
E. The numbers 1 through 10 with one number per line.