screen-users
[Top][All Lists]
Advanced

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

Re: script to run screen with multiple telnet windows?


From: Michael Schroeder
Subject: Re: script to run screen with multiple telnet windows?
Date: Wed, 21 Jun 2006 12:09:42 +0200
User-agent: Mutt/1.4.2.1i

On Wed, Jun 21, 2006 at 06:53:23AM -0300, Germn Gutirrez wrote:
> If I remove the NEED_DISPLAY and then execute:
> 
> screen -dmS test -t one
> screen -S test -X at one stuff "ls `echo -ne '\015'`"
> 
> Ends with a "Dead ???" screen session

Oh right, that one liner patch is not enough. Sorry, I confused it
with a similar bugfix.

But try

    screen -S test -p one -X stuff "ls `echo -ne '\015'`"

instead, there's no need to use the 'at' command.

Cheers,
  Michael.

-- 
Michael Schroeder           address@hidden
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}




reply via email to

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