On 28.05.10,11:09, Sadrul Habib Chowdhury wrote:
> On Thu, May 27, 2010 at 2:46 PM, Jostein Berntsen <jber...@broadpark.no>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`"
> 

This worked great, thanks! Did not need the backticks though.


Jostein



_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to