Making bash TAB completion more like cmd.exe [duplicate]
I wondered if theres a way to do rotational style completion in bash similar to the behavoir on cmd.exe, I've found it speeds me up in regard to entering commands
Solution 1:
In your ~/.inputrc
file, add:
"\C-i": menu-complete
to re-read that file so it takes effect in the current shell, press Ctrl-x Ctrl-r.
Solution 2:
That won't be a very meaningful answer, but you have answer here:
http://spoonmanwos.blogspot.com/2006/02/bash-completion.html
http://www.jpsdomain.org/linux/linux.html