Re: screen, detached, stdout

2011-02-12 Thread Nico Schlömer
>> $ screen -L -d -m echo 123 >> $ cat screenlog.0 >> 23 > I tried it and got your same results ?  Weird. And this is what you would expect too? What happened to the "1" in "123"? --Nico On Sat, Feb 12, 2011 at 1:42 PM, Andrew McGlashan wrote: > Hi Nico, > > Nico Schlömer wrote: >> >> Thnaks

Re: screen, detached, stdout

2011-02-12 Thread Andrew McGlashan
Hi Nico, Nico Schlömer wrote: Thnaks for hints! One odd thing I noticed about the -L option, that is that first character doesn't seem to logged. Try $ screen -L -d -m echo 123 $ cat screelog.0 23 Bug? I tried it and got your same results ? Weird. btw a slight mod to "name the screen"

Re: screen, detached, stdout

2011-02-12 Thread Nico Schlömer
Thnaks for hints! One odd thing I noticed about the -L option, that is that first character doesn't seem to logged. Try $ screen -L -d -m echo 123 $ cat screelog.0 23 Bug? Cheers, Nico On Fri, Feb 11, 2011 at 7:33 PM, Andrew McGlashan wrote: > Hi, > > Nico Schlömer wrote: >> >> I would like t

screen, detached, stdout

2011-02-12 Thread Kit Gerrits
Nico, You can use Screen's internallo logging feature to write the output to a file: screen -L -d -m `/path/to/my/exec logging of the current window to the file "screen-log.n". Regards, Kit Message: 3 Date: Wed, 9 Feb 2011 19:07:22 +0100 From: Nico Schl?mer Subject: screen, detached, st