[IPython-user] Implemented in SVN: recursive alias expansion
Ville M. Vainio
vivainio at gmail.com
Thu Oct 12 14:45:47 CDT 2006
Writing the wiki cookbook entry for job control was so tedious, I made
the aliases expand recursively.
Now,
if:
alias foo bar /tmp
alias baz foo
then:
baz huhhahhei
expands to
bar /tmp huhhahhei
If you are using the SVN version, please do "svn up" and play with it
a a little bit to see if you can break it.
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list