How do I make Bash' tab complete automatically cycle through options OSX How do I make Bash' tab complete automatically cycle through options OSX bash bash

How do I make Bash' tab complete automatically cycle through options OSX


Yes! I found the answer to the question at the following link at MacWorld

put the following in .bashrc or .bash_login

bind '"\t":menu-complete'