Re: Strange complete -C output

2021-11-21 Thread Chet Ramey
On 11/20/21 10:40 PM, Emily Seville wrote: Bash version: GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) OS version: Linux Mint 20.2 Cinnamon Hello! Why when I create *complete -C 'echo -e "aa\nab\n"' : *completion and try use it I obtain additional garbage in output instead of only *

Re: Strange complete -C output

2021-11-20 Thread Dominique Martinet
Emily Seville wrote on Sun, Nov 21, 2021 at 01:40:08PM +1000: > Bash version: GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) > OS version: Linux Mint 20.2 Cinnamon > > Hello! Why when I create *complete -C 'echo -e "aa\nab\n"' : *completion and > try use it I obtain additional garbage i

Strange complete -C output

2021-11-20 Thread Emily Seville
Bash version: GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu) OS version: Linux Mint 20.2 Cinnamon Hello! Why when I create *complete -C 'echo -e "aa\nab\n"' : *completion and try use it I obtain additional garbage in output instead of only *ab ab* hints?