screen-users
[Top][All Lists]
Advanced

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

Re: Running a command in all screens


From: David Cannings
Subject: Re: Running a command in all screens
Date: Fri, 10 Dec 2004 18:49:13 +0000
User-agent: Mozilla Thunderbird 0.8 (X11/20041007)

David Cannings wrote:
> Suso Banderas wrote:
>> On Fri, Dec 10, 2004 at 06:04:45PM GMT
>>> Yes.  Use the 'at' command.
>>   Is this 'at' command that you speak of some part of screen?  I know of
>> the at command that is like cron.  I looked in the man page for 'at' and
>> found the section on it, but I don't understand where you run it from in
>> screen.
> In screen you use ^a : (control-a then colon) to get the screen command
> prompt.  You then type:
> 
> stuff "mycommandhere\015"
> 
> And press return, the command should then be put in every window.

Oops, sorry.  You need:

at "#" stuff "mycommandhere\015"

To get it to go to all windows.  My mistake, sorry.

David




reply via email to

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