Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14869 > unrolled thread

Incorrect path canonicalisation at autocompletion

Started byMattias Andrée <maandree@kth.se>
First post2018-12-01 21:12 +0100
Last post2018-12-01 21:12 +0100
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  Incorrect path canonicalisation at autocompletion Mattias Andrée <maandree@kth.se> - 2018-12-01 21:12 +0100

#14869 — Incorrect path canonicalisation at autocompletion

FromMattias Andrée <maandree@kth.se>
Date2018-12-01 21:12 +0100
SubjectIncorrect path canonicalisation at autocompletion
Message-ID<mailman.4974.1543700122.1284.bug-bash@gnu.org>
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 <tab> twice. 4/ and 5 will
be suggested, but if you press <enter>
you will see that it should suggest the
files in /home.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web