Screen不用鼠标拷贝粘贴的方法
Screen不用鼠标拷贝粘贴的方法
You can use GNU screen’s copy and paste commands.
Quick tutorial:
- Open screen:
screen
(orscreen myprog my args here
) - Run your program, producing output you want copied
- Enter copy mode: ^A [
- Move your cursor to the start point
- Hit enter
- Move your cursor to the end point
- Hit enter
- Paste: ^A ]