automatic_jack wrote: > Ciao a tutti, > > vorrei associare ad una determinata combinazione di tasti il comando > > apt-get update > > e far si che esso venga eseguito (in realtà mi basterebbe > vedere anche il solo output) nella finestra di aterm che ho sempre > aperta sul desktop...il window manager è Fluxbox
cioe' hai sempre e solo una finestra di aterm aperta? comunque secondo me e' piu' furbo usare alias: [EMAIL PROTECTED]:~$ alias a='apt-get update' [EMAIL PROTECTED]:~$ a E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission denied) E: Unable to lock the list directory [EMAIL PROTECTED]:~$ e' anche piu' furbo usare aptitude <g> se vuoi vedere solo l'output potresti fare un tail -f di una pipe e mandare l'output di apt-get (aptitude) update sulla pipe filippo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

