![]() |
|
#1
|
||||
|
||||
|
if you want to copy something from the console to the normal system clipboard so you can paste it into a program like firefox or gedit or whatever, without using the mouse, you can use xclip:
Code:
cat .ssh/id_rsa.pub |xclip -selection clipboard
__________________
Nick Humphrey Download for free my experimental music, art, poetry and pictures. My album Classic E B-sides can be purchased on both itunes and amazon.com. Help me improve my phrasebook of world languages. I offer remote healing services. My blog. |
|
#2
|
||||
|
||||
|
or you can use the shorthand:
Code:
$ cat ~/.ssh/id_rsa.pub | xclip -sel clip
__________________
Nick Humphrey Download for free my experimental music, art, poetry and pictures. My album Classic E B-sides can be purchased on both itunes and amazon.com. Help me improve my phrasebook of world languages. I offer remote healing services. My blog. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| copy keys in java properties file from left side of equals sign to right side | Nickleus | Java Forum | 0 | 31-01-08 12:11 |
| xfce4 - hvordan endre default terminal konsoll program | Nickleus | Xfce forum | 0 | 20-02-07 09:59 |
| OpenOffice Writer - how to copy the style/formatting of a text | Nickleus | OpenOffice forum | 0 | 30-05-06 23:52 |
| Linux Gnome - hvordan refreshe gnome panel menylinje | Nickleus | Gnome forum | 0 | 21-04-06 10:11 |
| Linux - Gnome Terminal 2.10.0 - tastatursnarvei for å skifte mellom konsoll-vinduer | Nickleus | GNU/Linux diskusjonsforum | 0 | 06-03-06 14:36 |