Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Create on-the-fly hostname lists for ssh tab completion' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Create on-the-fly hostname lists for ssh tab completion
Authored by: edaominoratto on Mon, Mar 24 2008 at 10:49AM PDT
Does anyone know how to get complete to work case insensitive?

I have set completion-ignore-case On (in .inputrc), but what I define to get completed remains case sensitive.

Example: When I use complete -W "Foo" ls, then ls f[TAB] doesn't return a result (while ls F[TAB] does).

[ Reply to This | # ]