Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[bash_completion] dopo un sudo
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Fri Feb 16, 2007 5:55 pm    Post subject: [bash_completion] dopo un sudo Reply with quote

Salve,
chiunque ha usato una delle ultime versioni di ubuntu avrà sicuramente notato questa piccola cosuccia molto comoda, ovvero il bash_completion funziona anche all'interno di un sudo
ovvero:
Code:
$ sudo [tab]

c'e' modo di averla anche in gentoo?
_________________
\\ba7/
Back to top
View user's profile Send private message
pingoo
Guru
Guru


Joined: 11 Jul 2006
Posts: 324

PostPosted: Sat Feb 17, 2007 2:42 pm    Post subject: Re: [bash_completion] dopo un sudo Reply with quote

Hai già dato un'occhiata quà?
http://gentoo-wiki.com/TIP_Use_TAB-completion_when_emerging_packages
http://wiki.gentoo-italia.net/index.php/Bash_Completion
Ciao
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Sat Feb 17, 2007 4:51 pm    Post subject: Reply with quote

no per nulla :)
grazie assai ora lo spulcio
[edit]
però nn sembra esserci nulla riguardo sudo
_________________
\\ba7/
Back to top
View user's profile Send private message
riverdragon
Veteran
Veteran


Joined: 14 Sep 2006
Posts: 1269
Location: Verona

PostPosted: Sat Feb 17, 2007 5:17 pm    Post subject: Reply with quote

Nel primo dei due link in fondo alla pagina c'è un comando che permette di abilitare l'autocompletamento per tutti i comandi e tutti gli utenti, io l'ho provato (grazie del link pingoo) e funziona.
Back to top
View user's profile Send private message
MeMyselfAndI
l33t
l33t


Joined: 15 Nov 2005
Posts: 784
Location: Between the monitor and the chair

PostPosted: Sat Feb 17, 2007 6:41 pm    Post subject: Reply with quote

non so davvero come funzioni sudo su ubuntu, ma su gentoo non credo ci sia nulla di simile, per il semplice fatto che sudo su gentoo e' da configurare totalmente, quindi, non vedo cosa possa autocompletare cosi' su due piedi.
A meno che tu non intenda n autocompletamente molto generico in cui premi [tab] e ti elenca tutti gli eseguibili del sistema!

Ciao
Back to top
View user's profile Send private message
battistis
Apprentice
Apprentice


Joined: 20 Jul 2006
Posts: 249

PostPosted: Sat Feb 17, 2007 6:49 pm    Post subject: Reply with quote

MeMyselfAndI wrote:

A meno che tu non intenda n autocompletamente molto generico in cui premi [tab] e ti elenca tutti gli eseguibili del sistema!
Ciao

[edit]
non proprio tutti
per esempio
Code:

$sudo upd[tab]
$sudo updatedb


grazie a tutti era proprio quello che cercavo, scusate la niubbagine ma nn ci avevo capito granchè
cmq. ora provo un po' com'e' scritto sul wiki
Code:

Enabling all completions
If you want to enable all of the installed completions you can run this command:
# for i in `ls /usr/share/bash-completion/`; do ln -s /usr/share/bash-completion/$i \ ~/.bash_completion.d/$i; done
Or, if you want to enable all installed completions globally, run this as root:
# for i in `ls /usr/share/bash-completion/`; do ln -s /usr/share/bash-completion/$i \ /etc/bash_completion.d/$i; done

_________________
\\ba7/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum