Submitted by ggarron on Mon, 08/10/2009 - 21:35
You may know that if you have a directory called
My-Documents
and you want to change to it, you have to do something like this
cd My-[TAB]
And you will end with the full command like this.
cd My-Documents
But, if you do this
cd my-[TAB]
You will probable hear the system's beep and nothing else, because Linux is case sensitive, if you want to be able to use TAB with capital letter or without it, add this line to /etc/inputrc, or to $HOME/.inputrc
set completion-ignore-case on
Now it will work with the capital My-Doc... or without it as in my-doc ...
Thanks! by Anonymous
Thanks! by Anonymous
very helpful by Anonymous
WoW! by Anonymous
If this was useful for you, please consider making a donation, any amount is welcome, please proceed by clicking on the yellow donate button, thank you in advance.





