Re: Bash removes unrequested characters in bracket expressions (not a range).

2018-12-01 Thread Bize Ma
Chet Ramey () wrote: > I am going to forward the rest of our exchange to bug-bash; Great! > you left the mailing list off your replies for some reason. > > Chet > Since it was *you* who directed the answer only to me, I assumed (now seemingly incorrectly) that that was what you wanted to do.

Incorrect path canonicalisation at autocompletion

2018-12-01 Thread Mattias Andrée
Using Bash 4.4.023, type cd mkdir -p 1/2 cd 1/2 touch ../../3 ln -s ~ 4 touch 5 ls 4/../ without pressing enter at the last line, instead press twice. 4/ and 5 will be suggested, but if you press you will see that it should suggest the fil