Shell Script: Create Range of Numbers April 20, 2010 ~ admin for i in {1..5}; do echo $i; done Change 1..5 to the range you want. for i in {2..5999}; do echo $i; done Related posts: Shell Script Remove All Blank Links Unix Shell Script: Convert upper to lowercase text CentOS: Alias IP Ranges StorCLI list physical disk serial numbers zfs: cannot import : I/O error Destroy and re-create the pool from a backup source Published by admin View all posts by admin