Re: How can I execute a command in a detached screen?

2005-09-19 Thread Software Groups
you need to use stuff command. try this screen -p 0 -X eval 'stuff ls\015' This works for me. -SR On 9/19/05, Jim C. <[EMAIL PROTECTED]> wrote: > I do the following: > > [EMAIL PROTECTED] bin]$ screen -dm > [EMAIL PROTECTED] bin]$ screen -ls > There is a screen on: >22539..mirage (D

Re: How can I execute a command in a detached screen?

2005-09-19 Thread Will Maier
On Mon, Sep 19, 2005 at 01:03:40PM -0700, Jim C. wrote: [snip] > [EMAIL PROTECTED] bin]$ screen -S 22539..mirage -X exec "/bin/ls -l" > [EMAIL PROTECTED] bin]$ > ...but when I re-attach the screen there is no evidence to show > that the command executed. I've been pouring over the man pages > and

How can I execute a command in a detached screen?

2005-09-19 Thread Jim C.
I do the following: [EMAIL PROTECTED] bin]$ screen -dm [EMAIL PROTECTED] bin]$ screen -ls There is a screen on: 22539..mirage (Detached) 1 Socket in /tmp/uscreens/S-sdn20. [EMAIL PROTECTED] bin]$ screen -S 22539..mirage -X exec "/bin/ls -l" [EMAIL PROTECTED] bin]$ ...but when I re-atta

Revisit issue with Fn key mappings

2005-09-19 Thread Trebor Sreyb
I posted an email about this several weeks ago. Although I received some feedback, I was never able to work around the problem. Now it is worse. Much worse. Originally, only F10 was broken. Now, on a new Solaris 5.9 machine, F5 through F12 are all broken. Issue is that in using screen (4.00.02) o

Re: X cut and paste

2005-09-19 Thread Aaron Griffin
On 9/19/05, Xavier Nicollet <[EMAIL PROTECTED]> wrote: > Le 15 septembre 2005 à 19:26, Michael Schroeder a écrit: > > Now that's a good question. I'd love to spend much time for screen, > > but had almost no spare time the last couple of months due to heavy > > workload in my job. I hope things wil

Re: X cut and paste

2005-09-19 Thread Xavier Nicollet
Le 15 septembre 2005 à 19:26, Michael Schroeder a écrit: > Now that's a good question. I'd love to spend much time for screen, > but had almost no spare time the last couple of months due to heavy > workload in my job. I hope things will calm down a bit now. > > Planned features for the next relea