Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Beginners Questions • Re: [Software] CLI screemshot tool

$
0
0
The following simple command will take screenshots from a to-be-selected area every second for 5 seconds:

Code:

for i in {1..5}; do gnome-screenshot -a  -d  1  -f  test$i; done
Unfortunately, due to my low bash skill, I don't know how to continuously take screenshots of a pre-defined area for a set time interval. Thus, no help.

Statistics: Posted by pwzhangzz — 2024-03-02 00:13



Viewing all articles
Browse latest Browse all 2849

Trending Articles