Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

counting in "for" loops



Again, I look at the manual and  I cannot find
how to do a simple count within a for loop.

	$ for count in ???; do
	> echo -n $count
	> done
	1 2 3 4 5 6 7 8 9 10

What do I need for "???"?
Why isn't this in the manual as an example?  *sigh*

Sven



Messages sorted by: Reverse Date, Date, Thread, Author