Bash seq

From NovaOrdis Knowledge Base
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