Parameters hints and auto completion in bash
by usr345 from LinuxQuestions.org on (#5QV5R)
At work I have Ubuntu server with bash shell. I found out, that it can add tips and auto-completion for commands. For example:
Code:$ git che<tab>
checkout cherry cherry-pick
$ git chec<tab> -> git checkoutOn my Linux Slackware 14.2 there is no such feature. How does Ubuntu do it? Is it possible to enable it on another distro?
Code:$ git che<tab>
checkout cherry cherry-pick
$ git chec<tab> -> git checkoutOn my Linux Slackware 14.2 there is no such feature. How does Ubuntu do it? Is it possible to enable it on another distro?