22.04.2010 01:29, Nicholas Marriott пишет:
> You could make a fifo then do tail -f /my/fifo in one pane and
> ls>/my/fifo in the other.
>
> You can copy stuff between panes also by putting it in tmux buffers and
> pasting it, or using send-keys.
>
>
> On Wed, Apr 21, 2010 at 10:44:48PM +0400, Capta
You could make a fifo then do tail -f /my/fifo in one pane and
ls >/my/fifo in the other.
You can copy stuff between panes also by putting it in tmux buffers and
pasting it, or using send-keys.
On Wed, Apr 21, 2010 at 10:44:48PM +0400, Captain America wrote:
> 21.04.2010 21:36, Nicholas Marriott
21.04.2010 21:36, Nicholas Marriott пишет:
> You could hack it with copy and paste, but why do you want to do this?
>
>
> On Wed, Apr 21, 2010 at 09:21:54PM +0400, Captain America wrote:
>
>> Hi.
>>
>> I've just started to use tmux and I have a question. Is it possible to
>> redirect an output
You could hack it with copy and paste, but why do you want to do this?
On Wed, Apr 21, 2010 at 09:21:54PM +0400, Captain America wrote:
> Hi.
>
> I've just started to use tmux and I have a question. Is it possible to
> redirect an output from one pane into another? Say, I have two panes
> open
Hi.
I've just started to use tmux and I have a question. Is it possible to
redirect an output from one pane into another? Say, I have two panes
opened and type a command 'ls' in the pane zero. Can I redirect the
output from the command into the pane one?
If it's impossible, can I use the tmux