Changes

How Do I: A Linux Q&A

720 bytes added, 16 February
The following lines were added (+) and removed (-):
== [CLI SHELL AUTO COMPLETE COMMAND LINE PATH NO LONGER CYCLES] ==This is actually a readline feature called menu-complete . You can bind it to tab (replacing the default complete) by running: bind TAB:menu-completeYou probably want to add that to your ~/.bashrc. Alternatively, you could configure it for all readline completions (not just bash) in ~/.inputrc.You may also find bind -p (show current bindings, note that shows tab as "\C-i") and bind -l (list all functions that can be bound) useful, as well as the bash manual's line editing section and readline's documentation.  source: [https://unix.stackexchange.com/questions/24419/terminal-autocomplete-cycle-through-suggestions derobert on stackexchange]
Bureaucrat, administrator
16,192
edits