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 [email protected] _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
