Search code examples
tmux

Linux tmux capture-pane to file


I would like to capture input/output from pane/session file.

just like ^A+L in minicom

I tried ^b+: capture-pane in tmux. but nothing work.

Thanks


Solution

  • Use pipe-pane. C-b : pipe-pane "cat >myfile"