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

How to generate a list of numbers without 'seq'?



    Hi all :)

    I want to generate (well, I don't want, is just curiosity) a list
of numbers in the shell but without using 'seq'. Namely, I want this
command (just an example):

    print -l `seq 0 10`

    entirely using Zsh. How can I replace the 'seq'???

    Thanks in advance ;))

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/



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