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?
Asked
Active
Viewed 3,246 times
4 Answers
7
- Just select the region of text in the Terminal.
- Right click on it.
- Select
Copy
. - Right click on Askubuntu question area.
- 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
-
2You can also use pastebinit. – Panther Jul 07 '14 at 01:24
-
sure, pastebin is helpful for lengthy output. – Panther Jul 07 '14 at 03:50
-
You can also press Ctrl-Shift-C to copy from a terminal (and similarly with V to paste) - this helps on laptops where trying to right click might destroy the selection. – Riking Jul 07 '14 at 06:57
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