LFCS Exam QuestionsBrowse all questions from this exam

LFCS Exam - Question 114


What output will the command seq 10 produce?

Show Answer
Correct Answer: B

The command seq 10 produces the numbers 1 through 10 with one number per line.

Discussion

1 comment
Sign in to comment
EliteAllenOption: B
Jan 4, 2024

$ seq 10 1 2 3 4 5 6 7 8 9 10