Bash seq
Jump to navigation
Jump to search
External
Internal
Overview
The Linux command seq prints a sequence of numbers:
seq 0 3
0
1
2
3
The Linux command seq prints a sequence of numbers:
seq 0 3
0
1
2
3