specifying a name for the logfile when using the -L option

2006-01-03 Thread Dan Huston
Is there a way to specify the name of the logfile that is created when using the -L option? ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users

Re: How do I get a windowlist to STDOUT?

2006-01-03 Thread Aaron Griffin
On 1/3/06, Robert Blackwell <[EMAIL PROTECTED]> wrote: > I have been digging around to find a nice way to output the windowlist to > STDOUT but have not seen an easy solution. > > I would like to be able to do something like this > > screen -X windowlist > windows.txt I've been looking for somethi

How do I get a windowlist to STDOUT?

2006-01-03 Thread Robert Blackwell
I have been digging around to find a nice way to output the windowlist to STDOUT but have not seen an easy solution. I would like to be able to do something like this screen -X windowlist > windows.txt The windowlist command shows the screen titles in the screen window. Am I missing something