Results 1 to 6 of 6
hi
in Linux bash , when you type for example 'a' an then press tab , it show all commands that start with 'a' , how can i disable this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2012 #1Just Joined!
- Join Date
- Jul 2012
- Posts
- 13
help me !
hi
in Linux bash , when you type for example 'a' an then press tab , it show all commands that start with 'a' , how can i disable this feature ?
thank you
- 07-23-2012 #2
Don't understand why you want to. Tab isn't good for anything else in Terminal anyway.
- 07-23-2012 #3
I've never thought to try this, but I think you can add this:
Or this:Code:set disable-completion on
to your /etc/inputrc file.Code:bind 'set disable-completion on'
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-24-2012 #4Just Joined!
- Join Date
- Jul 2012
- Posts
- 13
- 07-24-2012 #5Just Joined!
- Join Date
- Jul 2012
- Posts
- 13
- 07-24-2012 #6Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


2Likes


