0

I failed to copy/paste print screen output in my question box. How to copy/paste output of a shell command from terminal screen to askubuntu question box?

Braiam
  • 67,791
  • 32
  • 179
  • 269
user300301
  • 31
  • 1
  • 8

4 Answers4

7
  1. Just select the region of text in the Terminal.
  2. Right click on it.
  3. Select Copy.
  4. Right click on Askubuntu question area.
  5. Select Paste.

Also you can use Ctrl+Shift+C to copy and Ctrl+Shift+V to paste

** You can also Paste it at pastebin.ubuntu.com and put the link at askubuntu question.

** Also you can use the application pastebinit to send the terminal output directly to the pastebin.ubuntu.com

sudo apt-get install pastebinit
Sebastian
  • 604
  • 1
  • 7
  • 15
3

In terminal the shortcuts are a bit different: CtrlShiftC for copy and CtrlShiftV for paste (because CtrlC and CtrlV are already occupied by other functions). A very detailed answer has been posted here.

Sebastian
  • 604
  • 1
  • 7
  • 15
1

Which OS are you running? If it's Linux, and you're using mouse, middle-click should also work in most apps: select some text, then left-click where it must be pasted, and middle-click to paste.

user300458
  • 2,108
  • 2
  • 17
  • 20
0

Also, usually with the terminal, simply highlighting text can copy it and as mentioned, middle clicking will paste the selected text.

ryekayo
  • 581