Capture pane scrollback tmux
Dump last 3000 lines of a pane to a file for triage without attaching
tmux capture-pane -p -S -3000 -t work > /tmp/pane.log
more tmux
all 17 commands →
Dump last 3000 lines of a pane to a file for triage without attaching
tmux capture-pane -p -S -3000 -t work > /tmp/pane.log