Comment 8 for bug 1872200

Revision history for this message
Jakub Vaněk (vanek-jakub4) wrote :

Luckily, regular expression continue to work - they just have to start with ^ or end with $. Therefore, the command above could be rewritten as:

sudo apt install ^gnome-user-docs.*

While using the ^ character stops bash-completion from working, it is still much better than no pattern matching at all.