A report from the documentation maintainer
A report from the documentation maintainer
Posted Oct 31, 2016 0:32 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: A report from the documentation maintainer by neilbrown
Parent article: A report from the documentation maintainer
Two solutions: stop using a buggy shell or use {A..Z} which doesn't have the problem. Well, a third would be to have bash expand globs on <Tab> like Zsh can[1], but I don't know how to do that.
[1]`rm a*<Tab>` becomes `rm afile adir` and so on.
