OK, I¹m drawing a blank here... what is the command in Linux to generate a list of numbers. I thought it was called step. If you did `step 1 5', it would spit out 1 2 3 4 5. Useful in for loops so you didn't have to type out each number. Help? Greg