Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


Tweaking Linux Library Settings Within Readline

Feb 08, 2010, 23:03 (0 Talkback[s])
(Other stories by Juliet Kemp)

"Readline is the library that handles your Linux command-line input (and input for some other applications).

"The various customizable options for it are set either system-wide in /etc/inputrc or per-user in ~/.inputrc. Most of the time the default settings will work perfectly well, but there are a few you may wish to try out that will make slight changes to the way that tab-completion behaves.

"Be sure to hit Ctrl-X, Ctrl-R after editing the file to re-read it and use the changes you've made.

"Set completion-ignore-case on

ignores the case of the input line when tab-completing."

Complete Story

Related Stories: