Recently I wrote a GNU Screen session saver.
Download: http://github.com/skoneka/screen-session/downloads
A little howto:
http://adb.cba.pl/gnu-screen-tips-page-my.html#howto-screen-session
It currently supports saving of:
directories, programs, layouts, scrollbacks, titles ( what else it could
That worked perfectly, thanks.
It also works with ^M instead of ^j (Ctrl-v enter)
On Sat, Aug 28, 2010 at 10:05 AM, Kevin Van Workum
wrote:
> Try screen -S foo -X stuff "echo hello world^j"
>
> You insert the ^j with the 'Ctrl-v Ctrl-j' key sequence in bash. It has to
> be inside the quotes.