Allgemein

Bash Sequence Expression (Range)

Bash Sequence Expression (Range)

The Bash sequence expression generates a range of integers or characters by defining a start and the end point of the range. It is generally used in combination with for loops.