Re: Sending command to a detached screen

2006-08-21 Thread Michael Schroeder
On Wed, Jun 14, 2006 at 12:58:21PM +0530, [EMAIL PROTECTED] wrote: > We are using screen version "Screen version 4.00.02 (FAU) 5-Dec-03" and > wants to issue a command to a detached screen. If my screen name is kamal, > and I try the following command, it does not work > > screen -S kamal -X 'ex

Sending command to a detached screen

2006-08-20 Thread Kamal_K_Sharma
Hi We are using screen version "Screen version 4.00.02 (FAU) 5-Dec-03" and wants to issue a command to a detached screen. If my screen name is kamal, and I try the following command, it does not work screen -S kamal -X 'exec exit' exit is the command which I want to issue to kamal screen. Can