Home
Press ? for keyboard navigation
❮
Bash for loop on command-line arguments
Arithmetic in Bash
❯
seq
Bash a sequence of number - a range of numbers
seq FROM STEP TO
examples/bash/range.sh
#!/usr/bin/env bash
seq
1
1
5
echo
seq
1
2
7
1 2 3 4 5 1 3 5 7
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)