seq Flashcards

1
Q

seq

A

Print numbers from FIRST to LAST, in steps of INCREMENT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly