Friends:<br><br>I use bash.  Take this scenario<br><br>prompt&gt;ls -l<br>config <br>configevents<br><br>prompt&gt;cd co&lt;TAB&gt;<br><br>It does not alternate between config and confievents folder(s)<br><br>However on Windoze platform<br>
<br>c:\users\narahari&gt;dir<br>config<br>configevents<br><br>c:\users\narahari&gt;cd co&lt;TAB&gt;<br>It presents both config first and then another &lt;TAB&gt; puts configevents.<br><br>How can I get that behaviour in bash ?<br>
<br>-Narahari<br>