bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SEQ


From: Pádraig Brady
Subject: Re: SEQ
Date: Sun, 7 Jun 2009 00:22:15 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Name Famil wrote:
> Hello, I apologize using an automatic translator
> 
> for i in seq (A.. F) # All options from A to F
> for i in seq (0 .. 9) # All the options from 0 to 9
> # And how to say all the options of printing?
> length "all options" = 10
> 
> for i in seq {0..ZZZZZZZZZZ } ?
> 
> 1
> 2
> ...
> 1A
> 1B
> ...
> 332Ni9
> ...
> p1zz23zzz
> ...
> ZZZZZZZZZZ
> 
> Thank you Sincerely Sergei.

Sorry, but seq only works with numbers.
I would suggest looking at a combinations
algorithm in python or equivalent.

cheers,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]