Re: path completion with cd - similar to tcsh

2011-04-19 Thread Chet Ramey
On 4/19/11 2:06 AM, Peter Toft wrote: > On Mon, 18 Apr 2011 20:12:24 -0400, Chet Ramey wrote: >> On 4/14/11 6:19 PM, Peter Toft wrote: >> >>> I have an annoying bash-problem on Red Hat Linux 5.x. If I e.g. try to move >>> to a subdirectory of another directory (e.g. $HOME), where the tab-expand >>>

Re: path completion with cd - similar to tcsh

2011-04-18 Thread Peter Toft
On Mon, 18 Apr 2011 20:12:24 -0400, Chet Ramey wrote: On 4/14/11 6:19 PM, Peter Toft wrote: I have an annoying bash-problem on Red Hat Linux 5.x. If I e.g. try to move to a subdirectory of another directory (e.g. $HOME), where the tab-expand works poorly; Assume $HOME=/home/pto You should

Re: path completion with cd - similar to tcsh

2011-04-18 Thread Chet Ramey
On 4/14/11 6:19 PM, Peter Toft wrote: > I have an annoying bash-problem on Red Hat Linux 5.x. If I e.g. try to move > to a subdirectory of another directory (e.g. $HOME), where the tab-expand > works poorly; > > Assume $HOME=/home/pto You should see whether or not you have a completion already d

Re: path completion with cd - similar to tcsh

2011-04-15 Thread Peter Toft
On Fri, 15 Apr 2011 15:07:16 +0800, Clark J. Wang wrote: On Fri, Apr 15, 2011 at 6:19 AM, Peter Toft wrote: Hi all I have been using tcsh for a long time on Red Hat Linux boxes, and bash on other UNIX-boxes. One thing I really love with tcsh is the way I can swiftly operate using the to do

Re: path completion with cd - similar to tcsh

2011-04-15 Thread Clark J. Wang
On Fri, Apr 15, 2011 at 6:19 AM, Peter Toft wrote: > Hi all > > I have been using tcsh for a long time on Red Hat Linux boxes, and > bash on other UNIX-boxes. One thing I really love with tcsh is the way > I can swiftly operate using the to do auto-complete, when having > a deep directory hierar

path completion with cd - similar to tcsh

2011-04-14 Thread Peter Toft
Hi all I have been using tcsh for a long time on Red Hat Linux boxes, and bash on other UNIX-boxes. One thing I really love with tcsh is the way I can swiftly operate using the to do auto-complete, when having a deep directory hierarchy. I have that... With bash I surely could use your skills t