for i bash code example Example: bash for i for VARIABLE in 1 2 3 4 5 .. N do command1 command2 commandN done