views:

7

answers:

0

I’m using dash shell filename tab-completion feature to complete file names.However default tab-completion in dash case-sensitive.How can I force filename tab-completion in dash case insensitive?

In bash, I can add "set completion-ignore-case on" to /etc/inputrc, however it makes no effects in dash. Any suggestions?