Hello,
On Thu, 17 Sep 2009, Girish Venkatachalam wrote:
> In the shell do this.
>
> $ jot 50 1 50
An alternative for "bash" users is
echo {1..20}
This can be taken further with things like
echo file{1..20..2}
And so on.
Look at the section on "Brace Expansion" in the "bash" man page for
more information.
Kapil.
--
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc