给屏幕摆拍~~~很好用的Linux屏幕截图工具scrot

$sudo apt-get install scrot

$scrot -d 5 /tmp/1.jpeg

5秒钟后自动将屏幕截图存放在/tmp目录下1.jep文件里.

你可能感兴趣的:(linux,屏幕截图)