[IPython-dev] Bug in pysh?

Fernando Perez ipython at gmail.com
Fri Dec 17 18:20:28 EST 2004


Hey,

On Wed, 15 Dec 2004 15:59:29 +0530, Prabhu Ramachandran
<prabhu_r at users.sf.net> wrote:
> Hi,
> 
> I just ran into this little problem with pysh-0.6.5
> 
>    |35> ls -l | tr -s [:blank:] | cut -d' ' -f 5-5
> [...]
> 
> This works fine.  Unfortunately, this does not:
> 
>    $$a = ls -l | tr -s [:blank:] | cut -d' ' -f 5-5
>    cut: the delimiter must be a single character
>    Try `cut --help' for more information.

Fixed in CVS, thanks for the report.

Cheers,

f




More information about the IPython-dev mailing list