Recent Events for foo.be MainPageDiary (Blog)

TermGnuScreen

Term::GnuScreen? is a Perl and Python module to manage the GNU Screen software via a simple interface

Summary

The purpose of Term::GnuScreen? is to provide an interface to script easily GNU Screen session via the -X option. GNU Screen is often used interactively but its -X option permits to send any command to GNU Screen session. The module provide an interface to the various command to manage a large number of sessions.

Python Interface

Random Notes

 screen -d -m -S brol
 screen  -S brol -X exec ./test.sh
 screen -ls | /usr/bin/grep "(" | sed -e "s/ ???/?/"