Let\'s say I have the following files in my current directory:
buildBar.bat buildFoo.bat buildHouse.bat
And I type the following at my comm
It is now possible to get PowerShell to do Bash-style completion, using PSReadline.
Check out blog post Bash-like tab completion in PowerShell.