Results 1 to 4 of 4
Hello
Does somebody know how to disable (in RedHat) terminal auto correction functionality?
Thank in advance...
- 05-03-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 2
Disable terminal auto correct
Hello
Does somebody know how to disable (in RedHat) terminal auto correction functionality?
Thank in advance
- 05-03-2010 #2
hi,
can you give an example what you mean?You must always face the curtain with a bow.
- 05-03-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 2
Sure
In case you type lesss in terminal, you will receive prompt
CORRECT>less (y/n/e)
Some time it can useful. But sometime it’s even harmful, especially in scripts.
- 05-03-2010 #4
Hmm,
the closest I could find on that topic is the bash builtin "shopt".
But I do believe, that the auto correct must have been set actively, i.e.: that is not enabled by default.
(For what it´s worth: I have *never* seen that "CORRECT" message)
You might want to check your .bash_profile and .bash_rc
Search this for shopt for details:
Code:man bash
You must always face the curtain with a bow.


Reply With Quote