[ale] sequencing the alphabet

Warren Myers volcimaster at gmail.com
Tue May 8 15:36:36 EDT 2007


use the ascii values?

what language?

WMM

On 5/8/07, Jim Popovitch <yahoo at jimpop.com> wrote:
>
> Every now and then I need to do a for loop and iterate through the
> alphabet.  If I was iterating through numbers I could use seq to output
> a sequence like this:
>
> for i in `seq 0 9`; do ....
>
> What I need to do is something like this:
>
> for i in `a b c d e f g h i j k l m n o p q r s t u v w x y z`; do .....
>
> Any idea on how to keep from typing a b c d e f g h i j k l m n o p q r
> s t u v w x y z every time?
>
> Tia,
>
> -Jim P.
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>



-- 
http://warrenmyers.com
"God may not play dice with the universe, but something strange is going on
with the prime numbers." --Paul Erd?s
"It's not possible. We are the type of people who have everything in our
favor going against us." --Ben Jarhvi, Short Circuit 2
-------------- next part --------------
An HTML attachment was scrubbed...




More information about the Ale mailing list