Is there any way to set up screen to automatically cycle through all
the windows? (next, sleep 5 seconds, next, sleep 5 seconds ...) and
just keep looping like that?
for example, if I want to watch "vmstat" output live on all my servers
(I use screen to connect to them), I can start "vmstat 1" o
Is there any way I can configure screen so as to have a single hard
status line covering the entire width of the display.
What I'm seeing is the left-most part of the hard-status line repeated
in each "window" and the right-most part of it is truncated.
Thank you.
__