Hacker News new | ask | show | jobs
by joepvd 3671 days ago
In zsh, you can complete a glob.
1 comments

bash too
But if there are multiple candidate completions, you don't get a list of them, the way you do from <tab> <tab> with no glob - it just completes unconditionally to the first candidate.