How to disable Enable/Disable Tab Key

Hi All,

I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:frowning:

Thanks,
Rico

Not sure what you mean.

If you want to disable tab-key completion, for example, put

set disable-completion on

in /etc/inputrc or in ~/.inputrc

Have a look at this