<div dir="ltr">Friends:<div><br></div><div>OS: Open Suse 11.4 64 bit running inside Virtualbox.<br><div><br></div><div>I am following the link </div><div><a href="http://superuser.com/questions/222390/making-bash-tab-completion-more-like-cmd-exe">http://superuser.com/questions/222390/making-bash-tab-completion-more-like-cmd-exe</a><br>
</div><div><br></div><div style>to make bash behave like cmd.</div><div style><br></div><div style>It worked well in Arch Linux.</div><div style><br></div><div style>Recently I felt like I want to put this in Open Suse 11.4 and put the changes</div>
<div style>to .inputrc and restarted the box (permissions of .inputrc = 755)</div><div style><br></div><div style>  set completion-ignore-case on</div><div># Ignore case when doing completion</div><div>set mark-directories on</div>
<div># Completed dir names have a slash appended</div><div>set visible-stats on</div><div># List ls -F for completion</div><div>&quot;\C-i&quot;: menu-complete</div><div><br></div><div><br></div><div style>The TAB completion DID NOT work.</div>
<div style><br></div><div style>Tried a lot but no luck.</div><div style><br></div><div style>I then moved the above section to /etc/inputrc and restarted the machine</div><div style><br></div><div style>and VIOLA the tab completion works.</div>
<div style><br></div><div style>But in my office env, I dont have the luxury of modifying the /etc/inputrc and only .inputrc will help.</div><div style><br></div><div style><br></div><div style>Any ideas/suggestion would help.</div>
</div></div>