Anyone else notice this behavior
If you enter
Quote:
|
[stevea@hypoxylon ~]$ ls $PWD/Deskt<tab>
|
you get the shell var quoted woth a back-slash !
Quote:
|
[stevea@hypoxylon ~]$ ls \$PWD/Desktop
|
Really bad useless behavior.
There is a bugzilla.redhat on this.
Also a maillist comment from Chet Ramsey Basher-in-chief on the matter from last September.
Still it appears in F17.
If anyone has a fix (other than disabling bash-completion) I'd appreciate it - the offending code is in ...
/usr/share/bash-completion/bash_completion
but I haven't time to track that issue today.