>.< >.< >.< >.<
Dit "probleem" heb ik ook met Ubuntu, in een voorgaande versie was er een hele uitgebreide completion functie, maar nu werkt het niet meer.
set -o vi werkt ook niet
set -o vi werkt ook niet
Verwijderd
Je kunt ook invoke-rc.d (standaard onderdeel van Debian en deb based distro's) gebruiken hoef je alleen de service naam op te geven zonder een pad.
Voorbeeld: root@tux:~# invoke-rc.d ssh stop
Voorbeeld: root@tux:~# invoke-rc.d ssh stop
Dit komt uit ~/.bashrc op ubuntu:
code:
1
2
3
4
5
6
| # enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi |
Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL
En? kan jij wel /etc/init.d/ssh res<tab> doenlaurencevde schreef op donderdag 21 februari 2008 @ 20:32:
Dit komt uit ~/.bashrc op ubuntu:
code:
1 2 3 4 5 6# enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
Of heb je spuit elf gevonden maar weet je niet waar de kraan is.
die invoke-rc.d heb ik nog nooit gebruikt. heeft ook tab compleation cewl.
[ Voor 7% gewijzigd door daft_dutch op 22-02-2008 14:21 ]
>.< >.< >.< >.<
Bij mij op gentoo wel ja 
Maar dat was bedoeld voor als tab-completion helemaal niet werkte, en dat is dus niet het geval...
Maar dat was bedoeld voor als tab-completion helemaal niet werkte, en dat is dus niet het geval...
Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL
Pagina: 1