Y
Hacker News
new
|
ask
|
show
|
jobs
by
joepvd
3671 days ago
In zsh, you can complete a glob.
1 comments
joombaga
3671 days ago
bash too
link
throwanem
3671 days ago
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.
link