screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting the logfile via -X


From: Raul
Subject: Re: Setting the logfile via -X
Date: Tue, 29 Jun 2004 08:12:53 -0400

On Mon, 28 Jun 2004 18:50:54 -0700, jason <address@hidden> wrote:
> I'm using screen as a sort of remote control via -X and every once in a
> while I'd like to tell screen to log to a new filename.

Try this:

screen -X eval "log off" "logfile new.log" "log on"

Eval would be better named combo or something... it'll glue several
commands together for you, not do the "traditional eval" runtime
double pass like one would expect.

.raul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]