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