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,252 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
- 614
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,138
0
Also, usually with the terminal, simply highlighting text can copy it and as mentioned, middle clicking will paste the selected text.
ryekayo
- 581