[IPython-User] Browsing through file structure
Patrick Grieshaber
pgr@patrickgrieshaber....
Sat Aug 14 16:35:06 CDT 2010
Hi,
I use ip 0.10 on fedora linux.
My problem: when browsing through the filesystem with cd and then
pressing tab to see the content, then it inserts a single space instead
of showing me the content of that directory.
Example:
[~]|1> cd /etc/[TAB]
Display all 218 possibilities? (y or n)
ArithmeticError KeyboardInterrupt TypeError
_prompt_title
...
...
It does not matter if I use !cd, %cd, or ip -p sh.
The behavior I expect is the behavior from bash:
$ cd /etc/
Display all 301 possibilities? (y or n)
abrt/ crypttab
...
...
I hope someone knows what is wrong here.
Thank you,
pat
More information about the IPython-User
mailing list