Contents

How to ignore upper and lower case when using Tab in Ubuntu

Contents

Mofidy .inputrc

1
sudo vi ~/.inputrc

Add this line

1
set completion-ignore-case on

Restart your terminal

Now you can ignore the upper and lower case when you use Tab in terminal