Tag Archive for 'Ubuntu'

Case insensitive terminal

Case insensitivity for tabcompletion is something I have needed more often, this is how to do it. (found the solution on ubuntu forums, http://ubuntuforums.org/showthread.php?t=559596 )

Create or edit the file .inputrc and add the line:

set completion-ignore-case on

My coleague Jarno had the following tip originally as a comment.

You could also add the following to your .bashrc

bind 'set completion-ignore-case on'