Timeline for Bash completion of parameters when using sudo
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 20, 2017 at 10:18 | history | edited | CommunityBot |
replaced http://superuser.com/ with https://superuser.com/
|
|
| Feb 15, 2017 at 13:47 | answer | added | RobotJohnny | timeline score: 1 | |
| Dec 16, 2016 at 15:20 | history | edited | masgo | CC BY-SA 3.0 |
edited title
|
| Nov 20, 2016 at 20:15 | comment | added | masgo |
but where should I search? I did a grep for sudo on everything in /etc/bash_completion.d and found nothing. It must be somewhere else
|
|
| Nov 11, 2016 at 17:40 | comment | added | Sokel | Ubuntu provides its own bash completion scripts/rules than other distributions. You will need to look at the files the bash-completion package in ubuntu provides, find the one for sudo and go from there. it may not be named as such, but you can use grep to find it. | |
| Nov 9, 2016 at 9:45 | comment | added | masgo |
I don't understand. There is no file called sudo in /etc/bash_completion.d - yes. But on my ubuntu/debian systems there is also no such file in there but there parameter completion works. sudo apt-get di[tab] completes to sudo apt-get dist-upgrade as desired
|
|
| Nov 9, 2016 at 0:15 | history | tweeted | twitter.com/StackUnix/status/796144128908292097 | ||
| Nov 8, 2016 at 21:18 | comment | added | Sokel | Bash completion does not have sudo available. Look at /etc/bash_completion.d. | |
| Nov 8, 2016 at 14:14 | review | First posts | |||
| Nov 8, 2016 at 14:28 | |||||
| Nov 8, 2016 at 14:08 | history | asked | masgo | CC BY-SA 3.0 |