Hi I am figuring out the Ipython shell support. Its seems awk doesn't work i.e following command
!ls -l | awk '{print $1}'
just prints "1".
How do I pass the "$" sign correctly to shell. I am using zsh.
Thanks
Sandeep
Hi I am figuring out the Ipython shell support. Its seems awk doesn't work i.e following command
!ls -l | awk '{print $1}'
just prints "1".
How do I pass the "$" sign correctly to shell. I am using zsh.
Thanks
Sandeep