seq Flashcards
1
Q
seq
A
Print numbers from FIRST to LAST, in steps of INCREMENT.
2
Q
seq
- f
- s
- w
A
- f, –format=FORMAT, Use printf style floating-point FORMAT
- s, –separator=STRING, Use STRING to separate numbers (default: \n)
- w, –equal-width, Equalize width by padding with leading zeros.