What output will the following command produce?
seq 1 5 20
A.
 1 6 11 16
B.
 1 5 10 15
C.
 1 2 3 4
D.
 2 3 4 5
E.
 5 10 15 20
What output will the following command produce?
seq 1 5 20
What output will the following command produce?
seq 1 5 20
A.
 1 6 11 16
B.
 1 5 10 15
C.
 1 2 3 4
D.
 2 3 4 5
E.
 5 10 15 20
1
6
11
16
A. 1 6 11 16
B. 1 5 10 15
C. 1 2 3 4
D. 2 3 4 5
E. 5 10 15 20
thanks for providing correct answer choices guys