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
On Fri, Jul 14, 2006 at 03:52:16PM +0200, Eric Smith wrote:
> Hi
>
> I am using tabs in vim7 and have several files permanently opened
> on screen window called "data". I have bindings as per:
> bind r eval 'select data' 'stuff :tabn1^M'
> bind t eval 'select data' 'stuff :tabn2^M'
>
> This take
On Sun, Aug 20, 2006 at 08:58:35PM -0400, Eric Wood wrote:
> If all you're using screen for is the protect your editing session from
> connection drops, try screen's little bother called dtach. I never use
> screen ever since I found dtach because it doesn't foul with my emulation.
Screen has t
Thanks a *ton* Michael. I swear that I checked the man page numerous
times before posting this question, but I just missed that option.
Also, sorry for asking something that was solved a few days ago. I
actually composed my question weeks ago and just joined the list. It's
a long story, but I s
Jim C. wrote:
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]$
...bu