Run iterable task in range number of times
# From 210 -> 251 max=251 for i in `seq 210 $max` do echo "$i" done