screen-users
[Top][All Lists]
Advanced

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

Re: Send command to split window


From: Sadrul Habib Chowdhury
Subject: Re: Send command to split window
Date: Fri, 28 May 2010 11:09:12 -0400


On Thu, May 27, 2010 at 2:46 PM, Jostein Berntsen <address@hidden> wrote:
Hi,

Is it possible to make send output of a command to a split window, like
"screen -X <something>"?

You can send the output to the window in a split region, yes. You would have to use the '-p' option to pre-select the window. For example, if window 0 is in the split region, and you want to send output to this window, you would do something like:

    screen -p 0 -X stuff "`command`"

Cheers.
Sadrul


reply via email to

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