How to have insensitive-case the Bash history completion 30 September 2022, 01:04:27 Is there and how is the setting to have insensitive-case on Bash history completiontried to type cp s then do Bash history completion as Bash history has cp Socket/in .but never retrieve itHelp solve, thanks before.
Re: How to have insensitive-case the Bash history completion Reply #1 – 30 September 2022, 01:25:21 If it doesn't exist create a file:~/.inputrc Add this to itCode: [Select]set completion-ignore-case on 1 Likes