(patch for Bash) adding Python features to Bash

Jp Calderone exarkun at intarweb.us
Thu Feb 13 14:16:36 EST 2003


On Thu, Feb 13, 2003 at 06:28:08AM -0600, Skip Montanaro wrote:
> 
>     William> To Python and Bash users:
> 
>     William> I got tired of going back and forth between Python and Bash.
>     William> So, I added few Python features to the shell....
> 
>     William> 1.  Integer sequence generator:
>     ...
> 
> I've had this in my personal bin directory for about three years:
> 
> [snip - seq reimplementation]


exarkun:~$ seq 0 2 10
0
2
4
6
8
10


  Admittedly, slightly different semantics.  Always been good enough for me.


  doomed-to-reimplement-it'ly,

  Jp

-- 
 up 5 days, 0:28, 3 users, load average: 0.06, 0.16, 0.08
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20030213/14a1709f/attachment.sig>


More information about the Python-list mailing list