Re: screen-scan

2010-09-14 Thread Artur Skonecki
lastmsg is queryable: screen -Q @lastmsg -- Artur Skonecki http://adb.cba.pl On Tue, 14 Sep 2010, Aaron Davies wrote: On Tuesday, September 14, 2010, Aaron Davies wrote: a little script to do something vaguely like a KVM's scan function invoke from some other terminal against a screen with

Re: screen-scan

2010-09-14 Thread Aaron Davies
On Tuesday, September 14, 2010, Aaron Davies wrote: > a little script to do something vaguely like a KVM's scan function > > invoke from some other terminal against a screen with many windows to > be monitored > > #!/bin/sh > while true; do screen -S $1 -X next; sleep 1; done relatedly, is it po

screen-scan

2010-09-14 Thread Aaron Davies
a little script to do something vaguely like a KVM's scan function invoke from some other terminal against a screen with many windows to be monitored #!/bin/sh while true; do screen -S $1 -X next; sleep 1; done -- Aaron Davies aaron.dav...@gmail.com