seq
http://www.compciv.org/topics/bash/variables-and-substitution/
seq 1 5
echo $(seq 1 5)
# Or, to create 5 new directories:
# mkdir $(seq 1 5)
http://www.compciv.org/topics/bash/variables-and-substitution/
seq 1 5
echo $(seq 1 5)
# Or, to create 5 new directories:
# mkdir $(seq 1 5)