[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash completion after a multiline string
From: |
Phi Debian |
Subject: |
Re: bash completion after a multiline string |
Date: |
Tue, 22 Jun 2021 09:52:56 +0200 |
May be posting a link is not appropriate so I cut/paste it here
I bumped into this problem regarding bash completion, can't find reference
to it.
When doing
$ echo foo "bar" /tm<TAB>
I got /tm expanded to /tmp/ that is indeed correct.
But if I do
$ echo foo "bar
more bar" /tm<TAB>
No completion is done. My question is doest this behavior a feature or a
bug?
My bash version is
GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Thanx in advance.