vote up 1 vote down star

If I'm working in a terminal window in Linux, is there a keyboard shortcut I can use to select output displayed on previous lines? If I select something with the mouse I can copy using ctrl-shift-c, but is there a way to select without using the mouse at all. I'm using either gnome terminal or kde konsole in ubuntu desktop.

For example I often need to copy results from a mysql query and then google them.

flag
You need to add more details. Are you at a "raw" virtual console, or running a console-emulator in e.g. GNOME or something? – unwind Oct 8 at 9:55
Try at superuser.com – GrzegorzOledzki Oct 8 at 9:55
1  
Exact duplicate: stackoverflow.com/questions/312213/… – Nathan Fellman Oct 8 at 9:58

1 Answer

vote up 1 vote down

you can use screen and enter copy mode with ^A-Esc. start selecting text with space and end selecting text with space. insert text with ^A-]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.