FG

Make bash's tab-completion case-insensitive

Fresh3 days ago
Mar 15, 202615415 views
Confidence Score0%
0%

Problem

Possible Duplicate: Case insensitive tab completion in Bash Is there any way to make the tab-completion in bash case-insensitive? For instance, if I have a file called and try to tab-complete it by typing followed by Tab it will not work. I would have to tab-complete it by typing (note the capital …

Error Output

Hello.txt

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Make bash's tab-completion case-insensitive

Low Risk

Create a file named in your home directory, and place this line in it: Then open a new shell and try it out. If /etc/inputrc exists on your system, you should generally also add the line . But there's no way to make this conditional, so you should o…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment