[IPython-user] Inconsistency in "!!" ?
Asheesh Laroia
asheesh at asheesh.org
Wed Jun 21 16:11:24 CDT 2006
On Wed, 21 Jun 2006, Krishna Mohan Gundu wrote:
> Hello Asheesh,
>
> if you are using pysh profile the following works
>
> for thing in lout('ls'):
> echo $thing
>
> and BTW is documented. You just need to read it.
Thanks, I just found http://ipython.scipy.org/doc/manual/node12.html . I
hadn't found the manual yet, but now I'll look more carefuly at it.
One more thing: I've never liked "sh"'s quoting rules; Python's always
seemed better to me.
paulproteus at baroque[stats]|6> echo """I like "Python"'s quoting's"""
I like Python's quoting's
Is there a way to make that print:
I like "Python"'s quoting
?
Thanks!
-- Asheesh.
--
He asked me if I knew what time it was -- I said yes, but not right now.
-- Steven Wright
More information about the IPython-user
mailing list