Re: bash tab variable expansion question?

2011-10-17 Thread Chet Ramey
On 10/17/11 3:07 PM, Michael Kalisz wrote: > Hi Chet, > > The shopt "direxpand" feature works as advertised (Thanks!) except that I > noticed it seems to break the name-completion of executables which are not > in you path. Yes, it expands the directory name. In this case, it expands `.' to $PWD

Re: bash tab variable expansion question?

2011-10-17 Thread Michael Kalisz
Hi Chet, The shopt "direxpand" feature works as advertised (Thanks!) except that I noticed it seems to break the name-completion of executables which are not in you path. Example: (colortable16.sh is a script and executable) $ ll colortable16.sh -rwxr-xr-x 1 user group 1458 2009-12-03 19:18 col