Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14869
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Mattias Andrée <maandree@kth.se> |
| Newsgroups | gnu.bash.bug |
| Subject | Incorrect path canonicalisation at autocompletion |
| Date | Sat, 1 Dec 2018 21:12:49 +0100 |
| Lines | 16 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.4974.1543700122.1284.bug-bash@gnu.org> (permalink) |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1543700123 17601 208.118.235.17 (1 Dec 2018 21:35:23 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| X-Virus-Scanned | by amavisd-new at kth.se |
| X-KTH-Auth | maandree [81.228.219.220] |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1543695170; bh=sd7n5EyOBlL84dW+huRai/sPu1LnfAD/pQXqFwaQKmg=; h=Date:From:To:Subject; b=jktS3TelxobcuLCYLhcOiZgzvhUGMa0CWQGK3AIuRlwGVjzN24FFpZ53VXiuJ5/Yw 8bsZ1c1f6EWgQmxUK9usjYKdznWHVMNxdXI4xfQ0y+Jup10Z5qX2dhQA5py6c6qD3t 6FpYgwwwFP5RDK35W8q0dOwnwNHV9fZVkPGBjhGg= |
| X-KTH-mail-from | maandree@kth.se |
| X-KTH-rcpt-to | bug-bash@gnu.org |
| X-Mailer | Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) |
| X-Awesomeness | 120 % |
| User-Agent | Claws Mail |
| X-Operating-System | GNU/Linux |
| X-Clacks-Overhead | GNU Terry Pratchett |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 3.x |
| X-Received-From | 2001:6b0:1:1300:250:56ff:fea6:2de2 |
| X-Mailman-Approved-At | Sat, 01 Dec 2018 16:35:21 -0500 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash/> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:14869 |
Show key headers only | View raw
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.
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Incorrect path canonicalisation at autocompletion Mattias Andrée <maandree@kth.se> - 2018-12-01 21:12 +0100
csiph-web