[Bug 261728] If sh became a usable interactive shell, then why can't it tab-autocomplete file.(mine).1.txt and file.(mine).2.txt?

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 05 Feb 2022 13:36:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261728

--- Comment #3 from Oleg <oleglelchuk@gmail.com> ---
When the tab button gets me to this point:

du -cah file.\(mine\).

I won't be able to use the tab button to see the list of files that are
available for auto-completion. If I add 1 to this myself:

du -cah file.\(mine\).1

then the tab button still won't allow me to autocomplete further. Is this
really how a "usable interactive" shell supposed to behave?

-- 
You are receiving this mail because:
You are the assignee for the bug.