[OT] range() for unix shell

Neil Schemenauer nas at python.ca
Thu Mar 7 17:57:05 EST 2002


On my Linux machines:
    $ seq 5
    1
    2
    3
    4
    5
    $ seq 2 5
    2
    3
    4
    5

I don't know how standard seq though.  It might only be part of GNU.

  Neil




More information about the Python-list mailing list